diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 9876ed27a..9458ce83b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@1.93.0 - - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + - uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2 with: tool: cargo-shear@1.5.1 - name: cargo shear @@ -182,7 +182,7 @@ jobs: # Install and restore sccache cache - name: Install sccache if: ${{ env.USE_SCCACHE == 'true' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2 with: tool: sccache@0.7.5 @@ -311,7 +311,7 @@ jobs: - name: Install cargo-chef if: ${{ matrix.profile == 'release' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2 with: tool: cargo-chef@0.1.71 @@ -458,7 +458,7 @@ jobs: - name: Install sccache if: ${{ env.USE_SCCACHE == 'true' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2 with: tool: sccache@0.7.5 @@ -492,7 +492,7 @@ jobs: sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}-${{ steps.lockhash.outputs.hash }}- sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}- - - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + - uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2 with: tool: nextest@0.9.103