Skip to content

Commit 7c31c3e

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 5771976 commit 7c31c3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
rustup update --no-self-update stable
3535
rustup default stable
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
5757
rustup update --no-self-update stable
5858
rustup default stable
5959
rustup component add --toolchain stable clippy rustfmt
60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
with:
6262
path: |
6363
~/.cargo/registry

0 commit comments

Comments
 (0)