diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba271a20..404c2df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: # override even for `cargo install`), which broke this job. A prebuilt # binary is immune to future tool-dependency MSRV bumps. - name: Install cargo-audit - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: cargo-audit @@ -142,7 +142,7 @@ jobs: command: check licenses sources - name: Install cargo-vet - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: cargo-vet @@ -179,7 +179,7 @@ jobs: - name: Install uutils coreutils multicall for differential tests id: install_uutils continue-on-error: true - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: coreutils - name: Verify uutils on PATH diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 531e089b..7e824cf0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: cargo-tarpaulin @@ -85,7 +85,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: cargo-llvm-cov @@ -134,7 +134,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2 with: tool: cargo-llvm-cov