From ec110bbfa428f3e829e13d75445c0e761fbfd4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:58:28 +0000 Subject: [PATCH] Bump taiki-e/setup-cross-toolchain-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action). Updates `taiki-e/setup-cross-toolchain-action` from 1.39.2 to 1.40.1 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/setup-cross-toolchain-action/compare/d62f33b587e73b0004731caebc7d2d46b18a7567...129361238c06ff2cc1c4ca5c5d2217af441ffdf6) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-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 30ee469e..be603f40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - uses: taiki-e/github-actions/install-rust@3c1cac16ef654d1febb66f21f328fa167f0d2fef # main # zizmor: ignore[stale-action-refs] with: toolchain: stable - - uses: taiki-e/setup-cross-toolchain-action@d62f33b587e73b0004731caebc7d2d46b18a7567 # v1.39.2 + - uses: taiki-e/setup-cross-toolchain-action@129361238c06ff2cc1c4ca5c5d2217af441ffdf6 # v1.40.1 with: target: ${{ matrix.target }} runner: none