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 72
72
with :
73
73
target : ${{ matrix.target }}
74
74
- name : Install cargo-llvm-cov
75
- uses : taiki-e/install-action@b4f94d444931c93a5a6d9c6bd65a585838d0f765
75
+ uses : taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
76
76
with :
77
77
tool : cargo-llvm-cov
78
78
- name : Rust cache
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
toolchain : nightly
106
106
- name : Install udeps
107
- uses : taiki-e/install-action@b4f94d444931c93a5a6d9c6bd65a585838d0f765
107
+ uses : taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
108
108
with :
109
109
tool : cargo-udeps
110
110
- name : cargo udeps
@@ -208,7 +208,7 @@ jobs:
208
208
version : 0.9.0
209
209
if : ${{matrix.use_zig}}
210
210
- name : Install cargo-zigbuild
211
- uses : taiki-e/install-action@b4f94d444931c93a5a6d9c6bd65a585838d0f765
211
+ uses : taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
212
212
with :
213
213
tool : cargo-zigbuild
214
214
if : ${{matrix.use_zig}}
@@ -249,7 +249,7 @@ jobs:
249
249
with :
250
250
toolchain : nightly
251
251
- name : Install cargo fuzz
252
- uses : taiki-e/install-action@b4f94d444931c93a5a6d9c6bd65a585838d0f765
252
+ uses : taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
253
253
with :
254
254
tool : cargo-fuzz
255
255
- name : Smoke-test fuzz targets
You can’t perform that action at this time.
0 commit comments