From d66272d65de901ae83b34cc4ca4896784c5e214d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:45:55 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.85.4 to 2.87.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.4 to 2.87.1. - [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.4...v2.87.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 76cb6d9f..75b45656 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -90,7 +90,7 @@ jobs: rustup target add x86_64-pc-windows-msvc - name: Install cargo-xwin - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: cargo-xwin@${{ env.CARGO_XWIN_VERSION }} @@ -137,7 +137,7 @@ jobs: - uses: actions/checkout@v7 - name: Install cargo-deny - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: cargo-deny @@ -195,7 +195,7 @@ jobs: - name: Install cargo-xwin # Pin a known-good release so a surprise upstream behaviour # change can't silently re-break the cross build. - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: cargo-xwin@${{ env.CARGO_XWIN_VERSION }}