diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index 6868e7482..05fe0aefb 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -34,7 +34,7 @@ jobs: toolchain: ${{ matrix.rust }} override: true - name: install cargo-careful - uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 + uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2 with: tool: cargo-careful - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 953740385..d955f18f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: toolchain: ${{ matrix.rust }} override: true - name: install cargo-hack - uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 + uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 4da9adcab..6d7855ad5 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Install cargo-hack - uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 + uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2 with: tool: cargo-hack diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index a0f3b5dd9..59f26a983 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -25,7 +25,7 @@ jobs: - uses: chainguard-dev/actions/setup-gitsign@main - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 - name: Install cargo-release - uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 + uses: taiki-e/install-action@2afb713f1c297f70eecb9cb904b36612eba3c25e # v2 with: tool: cargo-release - uses: cargo-bins/release-pr@deeacca5a38bacc74a3f444b798f4b9bba40f6ad # v2