From b012f49010a5e0baeb3747934b72bb1776ac9f8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:00:57 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to a5fec49 --- .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..a484b489e 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@a5fec49c329e02567ce4dcb720b8680b536e3491 # 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@a5fec49c329e02567ce4dcb720b8680b536e3491 # v2 with: tool: cargo-deb