Skip to content

Commit

Permalink
Merge pull request #435 from thc202/update-actions
Browse files Browse the repository at this point in the history
Update actions in CI workflow
  • Loading branch information
ricekot committed Feb 9, 2024
2 parents da850fc + 8df6460 commit a33e339
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 a33e339

Please sign in to comment.