Skip to content

Commit d02a9fd

Browse files
chore(deps): Bump actions/cache from 4 to 5
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>
1 parent af91293 commit d02a9fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
components: clippy
7171

7272
- name: Cache Cargo registry & build
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: |
7676
~/.cargo/registry
@@ -99,7 +99,7 @@ jobs:
9999
targets: wasm32-unknown-unknown
100100

101101
- name: Cache Cargo registry & build
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: |
105105
~/.cargo/registry
@@ -126,7 +126,7 @@ jobs:
126126
- uses: dtolnay/rust-toolchain@stable
127127

128128
- name: Cache Cargo registry
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: |
132132
~/.cargo/registry

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
targets: wasm32-unknown-unknown
3232

3333
- name: Cache Cargo registry & build
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: |
3737
~/.cargo/registry

0 commit comments

Comments
 (0)