From 3ebed70ffb18558df2ede7053a0dd794b0fa1e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:35:52 +0200 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to ac89944 (#271) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0f856359e..5dd748b2f 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@995577ee34ef3eec8f1efd48d4711c6a5c0ff439 # v2 + uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@995577ee34ef3eec8f1efd48d4711c6a5c0ff439 # v2 + uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa # v2 with: tool: cargo-deb