Skip to content

Commit a41525c

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb7d771 commit a41525c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
targets: ${{ matrix.target }}
3333

3434
- name: Cache Cargo registry and build
35-
uses: actions/cache@v5
35+
uses: actions/cache@v6
3636
with:
3737
path: |
3838
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
targets: ${{ matrix.target }}
6363

6464
- name: Cache Cargo registry and build
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: |
6868
~/.cargo/registry
@@ -93,7 +93,7 @@ jobs:
9393
uses: dtolnay/rust-toolchain@stable
9494

9595
- name: Cache Cargo registry
96-
uses: actions/cache@v5
96+
uses: actions/cache@v6
9797
with:
9898
path: |
9999
~/.cargo/registry

0 commit comments

Comments
 (0)