From 448fadd1365ee9477b1a76891e203cfb73416d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:56:24 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to f6df2ed --- .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 70210b236..152def346 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@1c0627575f22314174574ac9c993e9233d952f76 # v2 + uses: taiki-e/install-action@f6df2ed02b5d67ca6f4081800ff74835e62fb83c # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@1c0627575f22314174574ac9c993e9233d952f76 # v2 + uses: taiki-e/install-action@f6df2ed02b5d67ca6f4081800ff74835e62fb83c # v2 with: tool: cargo-deb