From 9e01862be3122c78d0f4a33a7493184221152883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:37:45 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 710817a --- .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..f5b4b036e8 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@710817a1645ef40daad5bcde7431ceccf6cc3528 with: tool: cargo-hack - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@710817a1645ef40daad5bcde7431ceccf6cc3528 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@710817a1645ef40daad5bcde7431ceccf6cc3528 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@710817a1645ef40daad5bcde7431ceccf6cc3528 with: tool: cargo-hack - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@710817a1645ef40daad5bcde7431ceccf6cc3528 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@710817a1645ef40daad5bcde7431ceccf6cc3528 with: tool: cargo-llvm-cov - - uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352 + - uses: taiki-e/install-action@710817a1645ef40daad5bcde7431ceccf6cc3528 with: tool: nextest - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2