Skip to content

Commit f1ac87d

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 bcce9f2 commit f1ac87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: benches-${{ runner.os }}-unit_fluvio_protocol-rust
3434

3535
- name: Cache Benchmark data
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
if: github.ref == 'refs/heads/master'
3838
with:
3939
path: ./benches_cache
@@ -76,7 +76,7 @@ jobs:
7676
key: benches-${{ runner.os }}-unit_fluvio_smartmodule-rust
7777

7878
- name: Cache Benchmark data
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
if: github.ref == 'refs/heads/master'
8181
with:
8282
path: ./benches_cache

0 commit comments

Comments
 (0)