Skip to content

Commit 10ba72b

Browse files
authored
Merge pull request #7 from nomisRev/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 11be755 + d84a78c commit 10ba72b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-java@v3
21+
- uses: actions/setup-java@v4
2222
with:
2323
distribution: 'zulu'
2424
java-version: 17

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-java@v3
19+
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'zulu'
2222
java-version: 17

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-java@v3
28+
- uses: actions/setup-java@v4
2929
with:
3030
distribution: 'zulu'
3131
java-version: 11

0 commit comments

Comments
 (0)