From cd3d2ddf28396d2cad9d5194387b8f31710b8725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 04:23:49 +0000 Subject: [PATCH] Build(deps): Bump taiki-e/install-action from 2.85.2 to 2.86.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.2 to 2.86.4. - [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/41049aa56687c35e0afa74eed4f09cec4f9afabf...a2a5f6e99e1a31540baa0468acfa302cff0f359f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3135ee7..47d092e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: rustup show - name: Install independent vector tool - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 + uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: b3sum@1.8.5 @@ -168,7 +168,7 @@ jobs: run: rustup show - name: Install dependency policy tools - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 + uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-deny@0.18.9,cargo-audit@0.22.0