Skip to content

Commit 8df6460

Browse files
committed
Update actions in CI workflow
Use latest Gradle actions, which use Node.js 20. Signed-off-by: thc202 <[email protected]>
1 parent da850fc commit 8df6460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: ${{ matrix.java }}
22-
- uses: gradle/wrapper-validation-action@v1
23-
- uses: gradle/gradle-build-action@v2
22+
- uses: gradle/wrapper-validation-action@v2
23+
- uses: gradle/actions/setup-gradle@v3
2424
- run: ./gradlew assemble
2525
- run: ./gradlew check

0 commit comments

Comments
 (0)