From 67fa54412345f11b11c96ff864a59e4bc4b5bb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:05:57 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 8554074 --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52dc2fc8c0..8cf3a7742c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,10 +56,10 @@ jobs: with: toolchain: ${{ matrix.rust }} components: rust-src - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: cargo-hack - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: nextest - uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: cargo-hack - run: @@ -101,10 +101,10 @@ jobs: with: toolchain: nightly components: clippy,rustfmt - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: cargo-hack - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: cargo-minimal-versions - run: cargo fmt --all --check @@ -175,10 +175,10 @@ jobs: with: toolchain: nightly - name: Install cargo-llvm-cov - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: cargo-llvm-cov - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@8554074619f8c2efe6dcbd96ebc14c988336c98a with: tool: nextest - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2