Skip to content

Commit

Permalink
Update actions in CI workflow
Browse files Browse the repository at this point in the history
Use latest Gradle actions, which use Node.js 20.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Feb 9, 2024
1 parent da850fc commit 8df6460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/gradle-build-action@v2
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew assemble
- run: ./gradlew check

0 comments on commit 8df6460

Please sign in to comment.