From d7718543dc79d1074b6511ba542e6c892937e86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:27:17 +0000 Subject: [PATCH] chore(actions): bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.85.5 to 2.85.8 - [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.85.5...v2.85.8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 082aaa7..5161a32 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -45,7 +45,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install cargo-audit - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.8 with: tool: cargo-audit @@ -53,7 +53,7 @@ jobs: run: cargo audit --deny warnings - name: Install cargo-deny - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.8 with: tool: cargo-deny