From e618fa541c31660372283852421766fe5fd05822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:12:06 +0000 Subject: [PATCH] chore: bump taiki-e/install-action from 2.87.0 to 2.87.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.0 to 2.87.5. - [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.87.0...v2.87.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85d1c9..eb0c594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@v2.87.0 + uses: taiki-e/install-action@v2.87.5 with: tool: nextest @@ -237,7 +237,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install nextest - uses: taiki-e/install-action@v2.87.0 + uses: taiki-e/install-action@v2.87.5 with: tool: nextest @@ -481,12 +481,12 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.87.0 + uses: taiki-e/install-action@v2.87.5 with: tool: cargo-llvm-cov - name: Install nextest - uses: taiki-e/install-action@v2.87.0 + uses: taiki-e/install-action@v2.87.5 with: tool: nextest