Skip to content

Commit 56feb18

Browse files
Update actions/setup-java action to v4 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 730864f commit 56feb18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup JDK
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
distribution: 'temurin'
2626
java-version: '17'
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Setup JDK
51-
uses: actions/setup-java@v3
51+
uses: actions/setup-java@v4
5252
with:
5353
distribution: 'temurin'
5454
java-version: '17'
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Setup JDK
79-
uses: actions/setup-java@v3
79+
uses: actions/setup-java@v4
8080
with:
8181
distribution: 'temurin'
8282
java-version: '17'

0 commit comments

Comments
 (0)