Skip to content

Commit f14efcd

Browse files
chore(ci): bump actions/cache from 4 to 5 (#93)
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 745dd43 commit f14efcd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
components: clippy
4040

4141
- name: Cache cargo registry
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cargo/registry
@@ -62,7 +62,7 @@ jobs:
6262
uses: dtolnay/rust-toolchain@stable
6363

6464
- name: Cache cargo registry
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: |
6868
~/.cargo/registry
@@ -85,7 +85,7 @@ jobs:
8585
uses: dtolnay/rust-toolchain@stable
8686

8787
- name: Cache cargo registry
88-
uses: actions/cache@v4
88+
uses: actions/cache@v5
8989
with:
9090
path: |
9191
~/.cargo/registry
@@ -125,7 +125,7 @@ jobs:
125125
cargo install anchor-cli@0.32.1 --force
126126
127127
- name: Cache cargo registry
128-
uses: actions/cache@v4
128+
uses: actions/cache@v5
129129
with:
130130
path: |
131131
~/.cargo/registry
@@ -217,7 +217,7 @@ jobs:
217217
uses: taiki-e/install-action@cargo-llvm-cov
218218

219219
- name: Cache cargo registry
220-
uses: actions/cache@v4
220+
uses: actions/cache@v5
221221
with:
222222
path: |
223223
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: dtolnay/rust-toolchain@stable
9898

9999
- name: Cache cargo registry
100-
uses: actions/cache@v4
100+
uses: actions/cache@v5
101101
with:
102102
path: |
103103
~/.cargo/registry

0 commit comments

Comments
 (0)