Skip to content

Commit 8cfc8af

Browse files
ci: bump actions/cache from 5 to 6 (#152)
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 bc41722 commit 8cfc8af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: cargo install cargo-fuzz
7676

7777
- name: Restore corpus
78-
uses: actions/cache@v5
78+
uses: actions/cache@v6
7979
with:
8080
path: fuzz/corpus/${{ matrix.target }}
8181
key: fuzz-corpus-${{ matrix.target }}-${{ github.sha }}
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Save corpus
107107
if: always()
108-
uses: actions/cache/save@v5
108+
uses: actions/cache/save@v6
109109
with:
110110
path: fuzz/corpus/${{ matrix.target }}
111111
key: fuzz-corpus-${{ matrix.target }}-${{ github.sha }}
@@ -204,7 +204,7 @@ jobs:
204204
run: cargo install cargo-fuzz
205205

206206
- name: Restore all corpora
207-
uses: actions/cache@v5
207+
uses: actions/cache@v6
208208
with:
209209
path: fuzz/corpus/
210210
key: fuzz-corpus-all-${{ github.sha }}

0 commit comments

Comments
 (0)