Skip to content

Commit 66f3eff

Browse files
ci(deps): 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 5a93021 commit 66f3eff

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: ${{ matrix.rust }}
4646

4747
- name: Cache cargo registry
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
with:
5050
path: |
5151
~/.cargo/registry
@@ -99,7 +99,7 @@ jobs:
9999
components: clippy
100100

101101
- name: Cache cargo registry
102-
uses: actions/cache@v5
102+
uses: actions/cache@v6
103103
with:
104104
path: |
105105
~/.cargo/registry
@@ -123,7 +123,7 @@ jobs:
123123
toolchain: nightly-2026-04-16
124124

125125
- name: Cache cargo registry
126-
uses: actions/cache@v5
126+
uses: actions/cache@v6
127127
with:
128128
path: |
129129
~/.cargo/registry

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo install cargo-tarpaulin
4040

4141
- name: Cache cargo registry
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: |
4545
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@stable
3131

3232
- name: Cache cargo registry
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: |
3636
~/.cargo/registry
@@ -70,7 +70,7 @@ jobs:
7070
uses: dtolnay/rust-toolchain@stable
7171

7272
- name: Cache cargo registry
73-
uses: actions/cache@v5
73+
uses: actions/cache@v6
7474
with:
7575
path: |
7676
~/.cargo/registry

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@master
5050
- name: Install Rust
5151
run: rustup update stable && rustup default stable
52-
- uses: actions/cache@v5
52+
- uses: actions/cache@v6
5353
with:
5454
path: ${{ runner.tool_cache }}/cargo-vet
5555
key: cargo-vet-bin-${{ env.CARGO_VET_VERSION }}

0 commit comments

Comments
 (0)