Skip to content

Commit cd30727

Browse files
Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb8e1d8 commit cd30727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: cbdr
6464

6565
- name: retrieve cache cbdr
66-
uses: actions/cache@v2
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
~/.cargo/bin/
@@ -78,15 +78,15 @@ jobs:
7878
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7979

8080
- name: retrieve cache main
81-
uses: actions/cache@v2
81+
uses: actions/cache@v4
8282
with:
8383
path: |
8484
${{github.workspace}}/main/
8585
key: ${{ runner.os }}-gwb-main-v3}}
8686

8787

8888
- name: retrieve cache feature
89-
uses: actions/cache@v2
89+
uses: actions/cache@v4
9090
with:
9191
path: |
9292
${{github.workspace}}/feature/

0 commit comments

Comments
 (0)