Skip to content

Commit 7da2df6

Browse files
DEP: Bump actions/cache from 5 to 6 (#22)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 3aab1d6 commit 7da2df6

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
@@ -48,7 +48,7 @@ jobs:
4848
if-no-files-found: error
4949

5050
- name: Save cache
51-
uses: actions/cache/save@v5
51+
uses: actions/cache/save@v6
5252
with:
5353
path: ${{ github.workspace }}
5454
key: plugin
@@ -92,7 +92,7 @@ jobs:
9292
changes: ${{ needs.changes.outputs.changes }}
9393
steps:
9494
- name: Restore cache
95-
uses: actions/cache/restore@v5
95+
uses: actions/cache/restore@v6
9696
with:
9797
path: ${{ github.workspace }}
9898
key: plugin

0 commit comments

Comments
 (0)