Skip to content

Commit 216be21

Browse files
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4f782e commit 216be21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Check out current repository
4444
- name: Fetch Sources
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646

4747
# Validate wrapper
4848
- name: Gradle Wrapper Validation
@@ -147,7 +147,7 @@ jobs:
147147

148148
# Check out current repository
149149
- name: Fetch Sources
150-
uses: actions/checkout@v3
150+
uses: actions/checkout@v4
151151

152152
# Remove old release drafts by using the curl request for the available releases with a draft flag
153153
- name: Remove Old Release Drafts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Check out current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
# Setup Java 11 environment for the next steps
3939
- name: Setup Java

0 commit comments

Comments
 (0)