Skip to content

Commit 0710519

Browse files
ci(deps): bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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 267881d commit 0710519

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy, rustfmt
2929

3030
- name: Cache cargo registry
31-
uses: actions/cache@v3
31+
uses: actions/cache@v5
3232
with:
3333
path: |
3434
~/.cargo/registry
@@ -166,7 +166,7 @@ jobs:
166166
components: clippy, rustfmt
167167

168168
- name: Cache cargo registry
169-
uses: actions/cache@v3
169+
uses: actions/cache@v5
170170
with:
171171
path: |
172172
~/.cargo/registry
@@ -208,7 +208,7 @@ jobs:
208208
override: true
209209

210210
- name: Cache cargo registry
211-
uses: actions/cache@v3
211+
uses: actions/cache@v5
212212
with:
213213
path: |
214214
~/.cargo/registry

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo install cargo-llvm-cov
2727

2828
- name: Cache cargo registry
29-
uses: actions/cache@v3
29+
uses: actions/cache@v5
3030
with:
3131
path: |
3232
~/.cargo/registry

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: rustup target add wasm32-unknown-unknown
4343

4444
- name: Cache cargo registry
45-
uses: actions/cache@v3
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
~/.cargo/registry

0 commit comments

Comments
 (0)