From e3ee8c8086c69e22766b1b7595431f34caa91fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:44:16 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.86.1 to 2.86.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.86.1 to 2.86.5. - [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.86.1...v2.86.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.5 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 70b6e49..585017f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -302,7 +302,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.86.1 + uses: taiki-e/install-action@v2.86.5 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 e456598..0abcebc 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.86.1 + uses: taiki-e/install-action@v2.86.5 with: tool: cargo-mutants - name: Run mutation testing on security-critical modules