From 05679b305bd024aaa4ed769e4ad7e937a188ef7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:13:13 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.86.3 to 2.86.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.86.3 to 2.86.7. - [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.86.3...v2.86.7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/simtest.yaml | 2 +- .github/workflows/test-cluster.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5c5dde37e..5e549b57d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -188,7 +188,7 @@ jobs: # prefix as the simtest workflow, which shares the dep graph). prefix-key: "simtest" - name: Install cargo-nextest - uses: taiki-e/install-action@v2.86.3 + uses: taiki-e/install-action@v2.86.7 with: tool: cargo-nextest - name: Install cargo-simtest shim diff --git a/.github/workflows/simtest.yaml b/.github/workflows/simtest.yaml index 8192c2ca91..b10f2fb27c 100644 --- a/.github/workflows/simtest.yaml +++ b/.github/workflows/simtest.yaml @@ -115,7 +115,7 @@ jobs: prefix-key: "simtest" - name: Install cargo-nextest - uses: taiki-e/install-action@v2.86.3 + uses: taiki-e/install-action@v2.86.7 with: tool: cargo-nextest diff --git a/.github/workflows/test-cluster.yaml b/.github/workflows/test-cluster.yaml index 9b96a9aade..4819986f8e 100644 --- a/.github/workflows/test-cluster.yaml +++ b/.github/workflows/test-cluster.yaml @@ -114,7 +114,7 @@ jobs: prefix-key: "test-cluster" - name: Install cargo-nextest - uses: taiki-e/install-action@v2.86.3 + uses: taiki-e/install-action@v2.86.7 with: tool: cargo-nextest