diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index f51131d6a..ecfbae6bd 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -77,7 +77,7 @@ jobs: with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd + uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f with: tool: cargo-llvm-cov - name: Rust cache @@ -109,7 +109,7 @@ jobs: with: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd + uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f with: tool: cargo-udeps - name: cargo udeps @@ -213,7 +213,7 @@ jobs: version: 0.9.0 if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd + uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f with: tool: cargo-zigbuild if: ${{matrix.use_zig}} @@ -254,7 +254,7 @@ jobs: with: toolchain: nightly - name: Install cargo fuzz - uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd + uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f with: tool: cargo-fuzz - name: Smoke-test fuzz targets