Skip to content

Commit d5dcaa6

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41f983d commit d5dcaa6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cifuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Cache cargo bin
3636
id: cache-cargo-bin
37-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
3838
with:
3939
path: ~/.cargo/bin/cargo-fuzz
4040
key: ${{ runner.os }}-cargo-fuzz-bin
@@ -44,15 +44,15 @@ jobs:
4444
run: cargo install cargo-fuzz
4545

4646
- name: Cache Fuzzing Corpus
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
4848
with:
4949
path: fuzz/corpus/${{ matrix.target }}
5050
key: ${{ runner.os }}-fuzz-corpus-${{ matrix.target }}-${{ github.run_id }}
5151
restore-keys: |
5252
${{ runner.os }}-fuzz-corpus-${{ matrix.target }}-
5353
5454
- name: Cache build artifacts
55-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
55+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
5656
with:
5757
path: |
5858
~/.cargo/registry/index/

0 commit comments

Comments
 (0)