Skip to content

Commit 2289ae1

Browse files
ci(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 c5ca094 commit 2289ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Restore bubblewrap from cache
3131
id: cache-bwrap
32-
uses: actions/cache/restore@v4
32+
uses: actions/cache/restore@v5
3333
with:
3434
path: /tmp/bwrap-bin
3535
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Save bubblewrap to cache
6262
if: steps.cache-bwrap.outputs.cache-hit != 'true'
63-
uses: actions/cache/save@v4
63+
uses: actions/cache/save@v5
6464
with:
6565
path: /tmp/bwrap-bin
6666
key: bwrap-${{ runner.os }}-${{ steps.bwrap-commit.outputs.commit }}

0 commit comments

Comments
 (0)