File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions-rust-lang/setup-rust-toolchain@v1
25
25
with :
26
26
cache : false # Configured below.
27
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
27
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
28
28
with :
29
29
tool : wasm-pack
30
30
- name : Rust Cache
Original file line number Diff line number Diff line change 77
77
with :
78
78
cache : false # Configured below.
79
79
80
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
80
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
81
81
if : ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
82
82
with :
83
83
tool : wasm-pack
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
with :
141
141
cache : false # Configured below.
142
142
143
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
143
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
144
144
if : ${{ needs.conditions.outputs.should-run == 'true' && steps.wasm.outputs.should-build-wasm == 'true' }}
145
145
with :
146
146
tool : wasm-pack
Original file line number Diff line number Diff line change 51
51
with :
52
52
cache : false # Configured below.
53
53
54
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
54
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
55
55
with :
56
56
tool : wasm-pack
57
57
@@ -161,7 +161,7 @@ jobs:
161
161
cache : ' yarn'
162
162
163
163
- run : yarn install
164
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
164
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
165
165
with :
166
166
tool : wasm-pack
167
167
@@ -206,7 +206,7 @@ jobs:
206
206
cache : ' yarn'
207
207
208
208
- run : yarn install
209
- - uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b
209
+ - uses : taiki-e/install-action@63f2419bb6a642b9973690fd13cf07b750f65635
210
210
with :
211
211
tool : wasm-pack
212
212
You can’t perform that action at this time.
0 commit comments