Skip to content

Commit b399708

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] <support@github.com>
1 parent be80da0 commit b399708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
components: clippy
5151

5252
- name: Cache Rust dependencies
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: |
5656
~/.cargo/bin/
@@ -86,7 +86,7 @@ jobs:
8686
uses: dtolnay/rust-toolchain@stable
8787

8888
- name: Cache Rust dependencies
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: |
9292
~/.cargo/bin/

0 commit comments

Comments
 (0)