Skip to content

Commit 3f62dcc

Browse files
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] <[email protected]>
1 parent 15ff579 commit 3f62dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Cache toolchains and crates
11-
uses: actions/cache@v4
11+
uses: actions/cache@v5
1212
with:
1313
path: |
1414
~/.rustup/settings.toml
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Cache build results
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: target
2727
key: build-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)