File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
e2e/playwright/snapshot-tests.spec.ts-snapshots Expand file tree Collapse file tree 8 files changed +8
-8
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@d4635f2de61c8b8104d59cd4aede2060638378cc
27
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
28
28
with :
29
29
tool : wasm-pack
30
30
- name : Rust Cache
Original file line number Diff line number Diff line change 76
76
with :
77
77
cache : false # Configured below.
78
78
79
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
79
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
80
80
if : ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
81
81
with :
82
82
tool : wasm-pack
Original file line number Diff line number Diff line change 30
30
with :
31
31
cache : false # configured below
32
32
33
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
33
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
34
34
with :
35
35
tool : wasm-pack
36
36
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259
259
uses : actions-rust-lang/setup-rust-toolchain@v1
260
260
with :
261
261
cache : false # Configured below.
262
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
262
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
263
263
with :
264
264
tool : wasm-pack
265
265
- name : Rust Cache
Original file line number Diff line number Diff line change 78
78
with :
79
79
cache : false # Configured below.
80
80
81
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
81
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
82
82
if : ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
83
83
with :
84
84
tool : wasm-pack
Original file line number Diff line number Diff line change @@ -156,4 +156,4 @@ jobs:
156
156
- name : Checkout
157
157
uses : actions/checkout@v4
158
158
- name : Run codespell
159
- uses : crate-ci/typos@v1.32 .0
159
+ uses : crate-ci/typos@v1.34 .0
Original file line number Diff line number Diff line change 31
31
cache : ' npm'
32
32
33
33
- run : npm install
34
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
34
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
35
35
with :
36
36
tool : wasm-pack
37
37
@@ -100,7 +100,7 @@ jobs:
100
100
cache : ' npm'
101
101
102
102
- run : npm install
103
- - uses : taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc
103
+ - uses : taiki-e/install-action@c07504cae06f832dc8de08911c9a9c5cddb0d2d3
104
104
with :
105
105
tool : wasm-pack
106
106
You can’t perform that action at this time.
0 commit comments