Skip to content

Commit dc0e61e

Browse files
chore(deps): bump actions/cache from 3 to 4 (#443)
1 parent 80f3992 commit dc0e61e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint-fmt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
toolchain: stable
1717
components: rustfmt
1818

19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cargo/registry
@@ -41,7 +41,7 @@ jobs:
4141
components: clippy
4242
target: wasm32-unknown-unknown
4343

44-
- uses: actions/cache@v3
44+
- uses: actions/cache@v4
4545
with:
4646
path: |
4747
~/.cargo/registry

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
toolchain: ${{ matrix.rust-version }}
2121

22-
- uses: actions/cache@v3
22+
- uses: actions/cache@v4
2323
with:
2424
path: |
2525
~/.cargo/registry
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
version: 'latest'
5757

58-
- uses: actions/cache@v3
58+
- uses: actions/cache@v4
5959
with:
6060
path: |
6161
~/.cargo/registry
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install wasm-pack
9898
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
9999

100-
- uses: actions/cache@v3
100+
- uses: actions/cache@v4
101101
with:
102102
path: |
103103
~/.cargo/registry
@@ -141,7 +141,7 @@ jobs:
141141
rm -rf wasmtime-v15.0.1-x86_64-linux.tar.xz wasmtime-v15.0.1-x86_64-linux
142142
chmod +x ~/wasmtime
143143
144-
- uses: actions/cache@v3
144+
- uses: actions/cache@v4
145145
with:
146146
path: |
147147
~/.cargo/registry
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
version: 'latest'
183183

184-
- uses: actions/cache@v3
184+
- uses: actions/cache@v4
185185
with:
186186
path: |
187187
~/.cargo/registry
@@ -232,7 +232,7 @@ jobs:
232232
- name: Install wasm-pack
233233
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
234234

235-
- uses: actions/cache@v3
235+
- uses: actions/cache@v4
236236
with:
237237
path: |
238238
~/.cargo/registry

0 commit comments

Comments
 (0)