Skip to content

Commit cdc1a2d

Browse files
ci: 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 e14ea18 commit cdc1a2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: toolchain
3333
with:
3434
components: clippy
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
path: |
3838
~/.cargo/registry/index/
@@ -64,7 +64,7 @@ jobs:
6464
components: llvm-tools-preview
6565
- name: Install cargo-llvm-cov
6666
uses: taiki-e/install-action@cargo-llvm-cov
67-
- uses: actions/cache@v4
67+
- uses: actions/cache@v5
6868
with:
6969
path: |
7070
~/.cargo/registry/index/
@@ -85,7 +85,7 @@ jobs:
8585
# id: toolchain
8686
# with:
8787
# components: clippy
88-
# - uses: actions/cache@v4
88+
# - uses: actions/cache@v5
8989
# with:
9090
# path: |
9191
# ~/.cargo/registry/index/
@@ -105,7 +105,7 @@ jobs:
105105
# id: toolchain
106106
# with:
107107
# components: llvm-tools-preview
108-
# - uses: actions/cache@v4
108+
# - uses: actions/cache@v5
109109
# with:
110110
# path: |
111111
# ~/.cargo/registry/index/

0 commit comments

Comments
 (0)