Skip to content

Commit 8ef344b

Browse files
authored
Merge pull request #118 from srz-zumix/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2f16889 + a57b30d commit 8ef344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
setup-java:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- name: set up JDK 17
1010
uses: actions/setup-java@v3
1111
with:

0 commit comments

Comments
 (0)