Skip to content

Commit 17d5d45

Browse files
committed
update install action?
1 parent 3d4c25c commit 17d5d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
toolchain: nightly
215215
- name: Install cargo fuzz
216-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
216+
uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
217217
with:
218218
tool: cargo-fuzz
219219
- name: Smoke-test fuzz targets
@@ -251,7 +251,7 @@ jobs:
251251
toolchain: nightly
252252
components: llvm-tools-preview
253253
- name: Install cargo fuzz & rustfilt
254-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
254+
uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
255255
with:
256256
tool: cargo-fuzz,rustfilt
257257
- name: Download custom decompression corpus

0 commit comments

Comments
 (0)