Skip to content

Commit 9aa9b2f

Browse files
committed
chore(deps): Bump actions/cache from 4 to 5 (#3)
2 parents b70dbef + df0329c commit 9aa9b2f

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
@@ -76,7 +76,7 @@ jobs:
7676
components: clippy
7777

7878
- name: Cache Cargo registry & build
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: |
8282
~/.cargo/registry
@@ -105,7 +105,7 @@ jobs:
105105
targets: wasm32-unknown-unknown
106106

107107
- name: Cache Cargo registry & build
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: |
111111
~/.cargo/registry
@@ -132,7 +132,7 @@ jobs:
132132
- uses: dtolnay/rust-toolchain@stable
133133

134134
- name: Cache Cargo registry
135-
uses: actions/cache@v4
135+
uses: actions/cache@v5
136136
with:
137137
path: |
138138
~/.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)