From 7e807d9846abf81aba1c67853b88e973c573d3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 05:32:14 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.87.11 to 2.87.15 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.11 to 2.87.15. - [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.11...v2.87.15) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.15 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 3364e78..cdca805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: with: targets: ${{ matrix.target }} components: rustfmt - - uses: taiki-e/install-action@v2.87.11 + - uses: taiki-e/install-action@v2.87.15 with: tool: cross @@ -125,7 +125,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.11 + - uses: taiki-e/install-action@v2.87.15 with: tool: cross - name: Run build @@ -152,7 +152,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.11 + - uses: taiki-e/install-action@v2.87.15 with: tool: cross - name: Run build @@ -225,7 +225,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.11 + - uses: taiki-e/install-action@v2.87.15 with: tool: cross - name: Run build @@ -254,7 +254,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v2.87.11 + - uses: taiki-e/install-action@v2.87.15 with: tool: cross - name: Run build (default features)