From 8568df825c6aa0405b5a487c893c7a30bbec3afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:36:30 +0000 Subject: [PATCH] Bump taiki-e/install-action in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.87.3 to 2.87.11 - [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.3...v2.87.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 728858a..fb7c345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - uses: Swatinem/rust-cache@v2.9.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@v2.87.3 + - uses: taiki-e/install-action@v2.87.11 with: tool: cargo-nextest - run: cargo nextest run --workspace --locked