Skip to content

Commit dae0005

Browse files
dependabot[bot]rusty1968
authored andcommitted
ci(deps): Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3666f0 commit dae0005

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
components: clippy, rustfmt
3333

3434
- name: Cache cargo registry
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.cargo/registry
@@ -70,7 +70,7 @@ jobs:
7070
components: clippy, rust-src, llvm-tools, rustfmt, rustc-dev
7171

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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
components: rust-docs
3333

3434
- name: Cache cargo registry
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: |
3838
~/.cargo/registry

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
components: clippy, rust-src, llvm-tools, rustfmt, rustc-dev
2626

2727
- name: Cache cargo registry
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.cargo/registry
@@ -74,7 +74,7 @@ jobs:
7474
uses: dtolnay/rust-toolchain@stable
7575

7676
- name: Cache cargo registry
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
with:
7979
path: |
8080
~/.cargo/registry

.github/workflows/release.yml

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

6060
- name: Cache cargo registry
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: |
6464
~/.cargo/registry
@@ -125,7 +125,7 @@ jobs:
125125
uses: dtolnay/rust-toolchain@stable
126126

127127
- name: Cache cargo registry
128-
uses: actions/cache@v3
128+
uses: actions/cache@v4
129129
with:
130130
path: |
131131
~/.cargo/registry

0 commit comments

Comments
 (0)