From aef297db2c01f8df1c4530667bb7c03aa0c06843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:23:36 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.9 to 2.86.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.9 to 2.86.3. - [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/91ddec75689c4c78665b598d188dc821c5a43e5c...5b4d68e2e660441203ab128a23676f1e4faf1532) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-security.yml b/.github/workflows/dependency-security.yml index dbacde1..383b641 100644 --- a/.github/workflows/dependency-security.yml +++ b/.github/workflows/dependency-security.yml @@ -30,7 +30,7 @@ jobs: node-version-file: .node-version - name: Audit production frontend dependencies run: corepack pnpm run security:audit:frontend - - uses: taiki-e/install-action@91ddec75689c4c78665b598d188dc821c5a43e5c # v2.85.9 + - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 with: tool: cargo-audit@0.22.2 fallback: none