From b9234ceb7a7f69cd0a4cedb2f9d2440b9212da89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 04:22:41 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.83.2 to 2.85.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.2 to 2.85.0. - [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/43aecc8d72668fbcfe75c31400bc4f890f1c5853...7572810d7dd469b651bb7793945692cf78da5dd7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.4 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 1dc1c86..a3327dc 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@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 + - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2.85.0 with: tool: cargo-audit@0.22.2 fallback: none