From 78b0e51a221fa01d0c21ad942f5d547625f7d010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 14:19:40 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 3f74d7c --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7aeb03e..5a73fa4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-llvm-cov @@ -93,7 +93,7 @@ jobs: components: rustfmt clippy - name: Install cargo-llvm-cov - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-llvm-cov @@ -246,7 +246,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-make,cargo-audit @@ -268,7 +268,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo tools - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 with: tool: cargo-make,cargo-deny