diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7aeb03e..90899ef 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-llvm-cov @@ -93,7 +93,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-llvm-cov @@ -246,7 +246,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-make,cargo-audit @@ -268,7 +268,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-make,cargo-deny