From 9ba6a20e288eea9889dfb747c3fe8647c038ade2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 04:54:56 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 57aaba5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f421d05c5..963fc4f88 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@6184f1ceeabf5626b4c5ccff2750455a1026da4a # v2 + uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@6184f1ceeabf5626b4c5ccff2750455a1026da4a # v2 + uses: taiki-e/install-action@57aaba576a0253b74662df51e62715622f02127b # v2 with: tool: cargo-deb