File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
with :
78
78
target : ${{ matrix.target }}
79
79
- name : Install cargo-llvm-cov
80
- uses : taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
80
+ uses : taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
81
81
with :
82
82
tool : cargo-llvm-cov
83
83
- name : Rust cache
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
toolchain : nightly
111
111
- name : Install udeps
112
- uses : taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
112
+ uses : taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
113
113
with :
114
114
tool : cargo-udeps
115
115
- name : cargo udeps
@@ -213,7 +213,7 @@ jobs:
213
213
version : 0.9.0
214
214
if : ${{matrix.use_zig}}
215
215
- name : Install cargo-zigbuild
216
- uses : taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
216
+ uses : taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
217
217
with :
218
218
tool : cargo-zigbuild
219
219
if : ${{matrix.use_zig}}
@@ -254,7 +254,7 @@ jobs:
254
254
with :
255
255
toolchain : nightly
256
256
- name : Install cargo fuzz
257
- uses : taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
257
+ uses : taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
258
258
with :
259
259
tool : cargo-fuzz
260
260
- name : Smoke-test fuzz targets
You can’t perform that action at this time.
0 commit comments