diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6a0b8d6..de3d33833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,13 +168,13 @@ jobs: - name: 🧰 Install nextest if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-') - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 + uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 + uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2 with: tool: cargo-deb