diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725b6ce19..70210b236 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@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2 + uses: taiki-e/install-action@1c0627575f22314174574ac9c993e9233d952f76 # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 # v2 + uses: taiki-e/install-action@1c0627575f22314174574ac9c993e9233d952f76 # v2 with: tool: cargo-deb