From d0ac728ef2726858b91899da34ad085fcc47d574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:06:13 +0000 Subject: [PATCH] chore: Bump taiki-e/install-action from 2.85.11 to 2.86.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.11 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/7f4eb899022d8fe70b20c4f3de697aa85c309026...5b4d68e2e660441203ab128a23676f1e4faf1532) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- .github/workflows/typos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a57cb4d98..2ddb292a3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -105,7 +105,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install Cargo Machete - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 with: tool: cargo-machete diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 7e13837a4..9f8a67266 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -24,7 +24,7 @@ jobs: # We explicitly install typos instead the typos GitHub Action due to: # https://github.com/crate-ci/typos/issues/1191 - name: Install typos (taiki-e/install-action) - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 with: tool: typos