Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonard84 committed Feb 26, 2024
1 parent 10538d0 commit 29399a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
java-version: 8
distribution: temurin
- name: 'Init Gradle Build Action'
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
# cache options only count for the first invocation
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
arguments: --version
- name: 'Check Spock'
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: check
check-maven:
Expand Down

0 comments on commit 29399a4

Please sign in to comment.