Skip to content

Commit 04baa33

Browse files
Bump actions/cache from 4.2.3 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f55398 commit 04baa33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fuzz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Restore Cache
3232
id: cache-restore
33-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3434
with:
3535
path: ${{ steps.go-cache-paths.outputs.go-build }}
3636
key: ${{ env.cache-key }}
@@ -47,7 +47,7 @@ jobs:
4747
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
# Saving the cache so that Fuzz testing can be additive to previous fuzz testing.
4949
- name: Save Cache
50-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5151
with:
5252
path: ${{ steps.go-cache-paths.outputs.go-build }}
5353
key: ${{ env.cache-key }}

0 commit comments

Comments
 (0)