Skip to content

Commit 20113a4

Browse files
chore(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff6024b commit 20113a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: ♻️ Restore cache
108108
id: cache
109-
uses: actions/cache/restore@v4
109+
uses: actions/cache/restore@v5
110110
with:
111111
path: |
112112
~/.gradle/caches/transforms-*
@@ -342,7 +342,7 @@ jobs:
342342
- name: 💾 Save cache
343343
if: success() && github.event_name != 'pull_request' && steps.cache.outputs.cache-hit != 'true'
344344
continue-on-error: true
345-
uses: actions/cache/save@v4
345+
uses: actions/cache/save@v5
346346
with:
347347
path: |
348348
~/.gradle/caches/transforms-*

0 commit comments

Comments
 (0)