From 79bc670130c62ccde72fa149b99f9965a79ba1ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:11:02 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 2358ab6 --- .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 9f9b2001a..8b094f3f7 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@de0d48bde65ea4c3b39598619c16d930abf31208 # v2 + uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@de0d48bde65ea4c3b39598619c16d930abf31208 # v2 + uses: taiki-e/install-action@2358ab643982f73276ef3aef08759c6cc3693530 # v2 with: tool: cargo-deb