Skip to content

Commit 438bab7

Browse files
Update actions/setup-java action to v5 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bccf85 commit 438bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: gradle/wrapper-validation-action@v3
1919

2020
- name: Install JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: zulu
2424
java-version: 19

0 commit comments

Comments
 (0)