From ebd28c086e6e938dc03cc7806d284ea6c1595b06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:12:15 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 347bed3 --- .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 a60e5fdb5..31f1fc809 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@87990c8245e908cd393dc01f6caf440a08b68030 # v2 + uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2 with: tool: nextest - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030 # v2 + uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab # v2 with: tool: cargo-deb