From 4457ac98b19e6f68076c640c15d4e7a76664a29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:25:54 +0000 Subject: [PATCH] chore(ci): bump taiki-e/install-action from 2.86.5 to 2.87.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.86.5 to 2.87.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.5...v2.87.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5b7f30..8b5687f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,7 +216,7 @@ jobs: # Pull a prebuilt cargo-audit binary instead of `cargo install` (which # compiles from source every run — rust-cache can't help since it doesn't # cache ~/.cargo/bin). Mirrors the prebuilt cargo-deny-action below. - - uses: taiki-e/install-action@v2.86.5 + - uses: taiki-e/install-action@v2.87.5 with: tool: cargo-audit - name: Run cargo-audit