From 59ece76a1f4a1c5717a1ec14394c049b1997e703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:16:26 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 638d0bf --- .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 d551a01..d0d3873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install nextest - uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2 + uses: taiki-e/install-action@638d0bf357cd5e20410163cdf70545caa82bfa5f # v2 with: tool: nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2 + uses: taiki-e/install-action@638d0bf357cd5e20410163cdf70545caa82bfa5f # v2 with: tool: cargo-llvm-cov - name: Run tests with coverage