From 60ff37681b5ecbe2f71c126daec6c3e8bcc97ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:24:38 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.10 to 2.86.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 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/6c6fd71fe4fb72c3697d269963d0e15df8adedad...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/hybrid-gate.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hybrid-gate.yml b/.github/workflows/hybrid-gate.yml index 35bcd4c..e0bf4bf 100644 --- a/.github/workflows/hybrid-gate.yml +++ b/.github/workflows/hybrid-gate.yml @@ -395,7 +395,7 @@ jobs: chmod 0600 ~/.git-credentials - name: Install cargo-nextest - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 + uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 with: tool: nextest diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e300aa8..c8a3cf1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -108,7 +108,7 @@ jobs: # parse the CVSS-4.0 advisories now in the RustSec DB (erroring the whole # scan). Pin the exact version — a DB-format bump is a deliberate, reviewed # change, never an implicit floor. See kanon#2385. - - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 + - uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1 with: tool: cargo-audit@0.22.2 - name: cargo audit