Skip to content

Commit afb404a

Browse files
authored
Merge pull request #35 from zhensherlock/dependabot/github_actions/next/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents 4195e2c + 216be21 commit afb404a

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)