diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index bf8dfb2b..3655d99e 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -33,7 +33,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-careful - uses: taiki-e/install-action@57fbff3bfbe0630412e3b91136e8fac7dcb615ca # v2 + uses: taiki-e/install-action@254997108aa86a67510a2caa53105123c19926c7 # v2 with: tool: cargo-careful - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b401d883..55a3fde4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-hack - uses: taiki-e/install-action@57fbff3bfbe0630412e3b91136e8fac7dcb615ca # v2 + uses: taiki-e/install-action@254997108aa86a67510a2caa53105123c19926c7 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 5451f5ad..3158b071 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@57fbff3bfbe0630412e3b91136e8fac7dcb615ca # v2 + uses: taiki-e/install-action@254997108aa86a67510a2caa53105123c19926c7 # v2 with: tool: cargo-hack diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 9ec7fa93..c94784c0 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -26,7 +26,7 @@ jobs: - uses: chainguard-dev/actions/setup-gitsign@main - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 - name: Install cargo-release - uses: taiki-e/install-action@57fbff3bfbe0630412e3b91136e8fac7dcb615ca # v2 + uses: taiki-e/install-action@254997108aa86a67510a2caa53105123c19926c7 # v2 with: tool: cargo-release - uses: cargo-bins/release-pr@deeacca5a38bacc74a3f444b798f4b9bba40f6ad # v2