diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0771424a..d1ef913e7 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@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0 # v2 + uses: taiki-e/install-action@09f5ee3f0570610db64887eb23c2abcf8d676cb8 # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0 # v2 + uses: taiki-e/install-action@09f5ee3f0570610db64887eb23c2abcf8d676cb8 # v2 with: tool: cargo-deb