From f141791a3496f1c8d3aef75f607df2a60ea59d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 00:45:39 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.6 to 2.85.10 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.6 to 2.85.10. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.85.6...v2.85.10) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- .github/workflows/supply-chain.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 757df28..2acd1a3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -291,7 +291,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.85.6 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-llvm-cov - name: Generate coverage (LCOV + HTML) diff --git a/.github/workflows/supply-chain.yml b/.github/workflows/supply-chain.yml index b9bcb39..012bc28 100644 --- a/.github/workflows/supply-chain.yml +++ b/.github/workflows/supply-chain.yml @@ -87,7 +87,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Install cargo-mutants - uses: taiki-e/install-action@v2.85.6 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-mutants - name: Run mutation testing on security-critical modules