Skip to content

Commit 629c273

Browse files
ci(deps): bump actions/cache from 4 to 5 (#22)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3db6516 commit 629c273

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
@@ -39,7 +39,7 @@ jobs:
3939
toolchain: ${{ matrix.rust }}
4040

4141
- name: Cache cargo registry
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cargo/registry
@@ -81,7 +81,7 @@ jobs:
8181
components: clippy
8282

8383
- name: Cache cargo registry
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
with:
8686
path: |
8787
~/.cargo/registry
@@ -103,7 +103,7 @@ jobs:
103103
uses: dtolnay/rust-toolchain@nightly
104104

105105
- name: Cache cargo registry
106-
uses: actions/cache@v4
106+
uses: actions/cache@v5
107107
with:
108108
path: |
109109
~/.cargo/registry

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cargo install cargo-tarpaulin
3535

3636
- name: Cache cargo registry
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.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@v4
33+
uses: actions/cache@v5
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@v4
73+
uses: actions/cache@v5
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@v4
52+
- uses: actions/cache@v5
5353
with:
5454
path: ${{ runner.tool_cache }}/cargo-vet
5555
key: cargo-vet-bin-${{ env.CARGO_VET_VERSION }}

0 commit comments

Comments
 (0)