Skip to content

Commit

Permalink
Bump burrunan/gradle-cache-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1 to 2.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases)
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md)
- [Commits](burrunan/gradle-cache-action@v1...v2)

---
updated-dependencies:
- dependency-name: burrunan/gradle-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ihostage committed Aug 19, 2024
1 parent 482e518 commit 079e81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
extraKey: ${{ inputs.extra-coursier-cache-key }}

- name: Gradle Cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
build-root-directory: ${{ inputs.gradle-build-root }}
# Disable caching of ~/.gradle/caches/build-cache-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
extraKey: ${{ inputs.extra-coursier-cache-key }}

- name: Gradle Cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
build-root-directory: ${{ inputs.gradle-build-root }}
# Disable caching of ~/.gradle/caches/build-cache-*
Expand Down

0 comments on commit 079e81c

Please sign in to comment.