Skip to content

Commit 4f772f8

Browse files
zhenglong1603damithc
authored andcommitted
gradle.yml: Update wrapper-validate and setup-java to v4
1 parent 8e66470 commit 4f772f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
run: git checkout --progress --force ${{ github.sha }}
2323

2424
- name: Validate Gradle Wrapper
25-
uses: gradle/wrapper-validation-action@v1
25+
uses: gradle/actions/wrapper-validation@v3
2626

2727
- name: Setup JDK 17
28-
uses: actions/setup-java@v1
28+
uses: actions/setup-java@v4
2929
with:
30+
distribution: 'zulu'
3031
java-version: '17'
3132
java-package: jdk+fx
3233

0 commit comments

Comments
 (0)