From 517c220eef2d40c07fad63d9b8486ac4bb792c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:32:23 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.87.5 to 2.87.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.5 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.5...v2.87.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d800fbd..c369fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: with: targets: ${{ matrix.target }} components: rustfmt - - uses: taiki-e/install-action@v2.87.5 + - uses: taiki-e/install-action@v2.87.11 with: tool: cross @@ -121,7 +121,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.5 + - uses: taiki-e/install-action@v2.87.11 with: tool: cross - name: Run build @@ -148,7 +148,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.5 + - uses: taiki-e/install-action@v2.87.11 with: tool: cross - name: Run build @@ -221,7 +221,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.5 + - uses: taiki-e/install-action@v2.87.11 with: tool: cross - name: Run build @@ -250,7 +250,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.5 + - uses: taiki-e/install-action@v2.87.11 with: tool: cross - name: Run build (default features)