diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6850fad5..0935fe2d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: "Install cargo shear" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-shear - run: cargo shear @@ -217,7 +217,7 @@ jobs: run: uv python install - name: "Install cargo nextest" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest @@ -249,7 +249,7 @@ jobs: run: uv python install - name: "Install cargo nextest" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest @@ -291,7 +291,7 @@ jobs: run: rustup show - name: "Install cargo nextest" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-nextest @@ -342,7 +342,7 @@ jobs: rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc - name: "Install cargo-bloat" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-bloat @@ -2179,7 +2179,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2 + uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2 with: tool: cargo-codspeed