Skip to content

Commit 5833894

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 970b4b5 commit 5833894

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
5757
components: clippy
5858

5959
- name: Cache dependencies
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: |
6363
~/.cargo/registry
@@ -78,7 +78,7 @@ jobs:
7878
uses: dtolnay/rust-toolchain@stable
7979

8080
- name: Cache cargo tools
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: ~/.cargo/bin
8484
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)