From 4fb1e7f55fc56384987460af2fb261dccca74fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:32:41 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.12 to 2.86.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.12 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/v2.85.12...v2.86.3) --- 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/CI.yml | 6 +++--- .github/workflows/stress-test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 656f0a9a..dba899aa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.85.12 + - uses: taiki-e/install-action@v2.86.3 with: tool: cargo-hack - name: cargo hack check @@ -118,7 +118,7 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install cargo-hack - uses: taiki-e/install-action@v2.85.12 + uses: taiki-e/install-action@v2.86.3 with: tool: cargo-hack - name: Check with minimal versions @@ -140,7 +140,7 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install cargo-semver-checks - uses: taiki-e/install-action@v2.85.12 + uses: taiki-e/install-action@v2.86.3 with: tool: cargo-semver-checks - name: Check semver compatibility diff --git a/.github/workflows/stress-test.yml b/.github/workflows/stress-test.yml index 203ba989..24a3b143 100644 --- a/.github/workflows/stress-test.yml +++ b/.github/workflows/stress-test.yml @@ -41,7 +41,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.85.12 + - uses: taiki-e/install-action@v2.86.3 with: tool: cargo-nextest@0.9.132 - name: Run stress test