Commit dc0e61e 1 parent 80f3992 commit dc0e61e Copy full SHA for dc0e61e
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
toolchain : stable
17
17
components : rustfmt
18
18
19
- - uses : actions/cache@v3
19
+ - uses : actions/cache@v4
20
20
with :
21
21
path : |
22
22
~/.cargo/registry
41
41
components : clippy
42
42
target : wasm32-unknown-unknown
43
43
44
- - uses : actions/cache@v3
44
+ - uses : actions/cache@v4
45
45
with :
46
46
path : |
47
47
~/.cargo/registry
Original file line number Diff line number Diff line change 19
19
with :
20
20
toolchain : ${{ matrix.rust-version }}
21
21
22
- - uses : actions/cache@v3
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
~/.cargo/registry
55
55
with :
56
56
version : ' latest'
57
57
58
- - uses : actions/cache@v3
58
+ - uses : actions/cache@v4
59
59
with :
60
60
path : |
61
61
~/.cargo/registry
97
97
- name : Install wasm-pack
98
98
run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
99
99
100
- - uses : actions/cache@v3
100
+ - uses : actions/cache@v4
101
101
with :
102
102
path : |
103
103
~/.cargo/registry
@@ -141,7 +141,7 @@ jobs:
141
141
rm -rf wasmtime-v15.0.1-x86_64-linux.tar.xz wasmtime-v15.0.1-x86_64-linux
142
142
chmod +x ~/wasmtime
143
143
144
- - uses : actions/cache@v3
144
+ - uses : actions/cache@v4
145
145
with :
146
146
path : |
147
147
~/.cargo/registry
@@ -181,7 +181,7 @@ jobs:
181
181
with :
182
182
version : ' latest'
183
183
184
- - uses : actions/cache@v3
184
+ - uses : actions/cache@v4
185
185
with :
186
186
path : |
187
187
~/.cargo/registry
@@ -232,7 +232,7 @@ jobs:
232
232
- name : Install wasm-pack
233
233
run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
234
234
235
- - uses : actions/cache@v3
235
+ - uses : actions/cache@v4
236
236
with :
237
237
path : |
238
238
~/.cargo/registry
You can’t perform that action at this time.
0 commit comments