From e9f52385a6b74c36ee768f5c15322d1245899456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:36:03 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the actions group Bumps the actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.78.0 to 2.79.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/v2.78.0...v2.79.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c990b82..cb5c878 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -25,7 +25,7 @@ jobs: install-just: 'false' install-pnpm: 'false' rust-cache-key: 'cargo-audit' - - uses: taiki-e/install-action@v2.78.0 + - uses: taiki-e/install-action@v2.79.3 with: tool: cargo-audit - run: cargo audit