Skip to content

Commit

Permalink
Update burrunan/gradle-cache-action action to v2 (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 8dcadc8 commit 9b07394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Build release
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
job-id: jdk17
arguments: bootJar bootWar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build release
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
job-id: jdk17
arguments: bootJar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Tests on Java ${{ matrix.java }}
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
job-id: jdk${{ matrix.java }}
arguments: test
Expand Down

0 comments on commit 9b07394

Please sign in to comment.