Skip to content

Commit dd95d8c

Browse files
build(deps): bump burrunan/gradle-cache-action from 1 to 3 (#352)
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1 to 3. - [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...v3) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8358ab commit dd95d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Cache Gradle
20-
uses: burrunan/gradle-cache-action@v1
20+
uses: burrunan/gradle-cache-action@v3
2121

2222
- name: Build
2323
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Cache Gradle
27-
uses: burrunan/gradle-cache-action@v1
27+
uses: burrunan/gradle-cache-action@v3
2828

2929
- name: Build
3030
env:

0 commit comments

Comments
 (0)