Skip to content

Commit

Permalink
Update burrunan/gradle-cache-action action to v2 (#59)
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 Aug 22, 2024
1 parent 6410d0a commit 8476cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Publish
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: publish --no-daemon
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: test --no-daemon

0 comments on commit 8476cf7

Please sign in to comment.