Skip to content

Commit

Permalink
Update gradle github action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Sep 3, 2023
1 parent cba542d commit 7073351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'zulu'
java-version: 17
- name: Build & Test
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: build test -PskipSpotless -PgithubAccessToken=${{ secrets.GITHUB_TOKEN }} --no-daemon
distributions-cache-enabled: true
Expand Down

0 comments on commit 7073351

Please sign in to comment.