From bfd08500ea8794bc50093b93bc75aaa1ebed50f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:44:12 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.12 to 2.86.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.12 to 2.86.1. - [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/b20dedce73af6905cdc30d6611090c9b67557c8d...288e746965032cfcc232e09af2daf5f23c14d780) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a27183..8443edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: # Prebuilt binary in seconds — `cargo install cargo-audit` compiled it # from source on every run (~minutes, uncached). - name: Install cargo-audit - uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.85.12 + uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 with: tool: cargo-audit - name: Audit dependencies for known vulnerabilities @@ -123,7 +123,7 @@ jobs: toolchain: stable components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.85.12 + uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 with: tool: cargo-llvm-cov - name: Cache cargo registry & build