From 5608f153a3a92f9705f45f8386c938321133f4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:41:28 +0000 Subject: [PATCH] Bump taiki-e/setup-cross-toolchain-action from 1.41.0 to 1.42.0 Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.41.0 to 1.42.0. - [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/3d9770ce98eb7dbcf378563182a5e8031165f75b...12b7ad4acfa95a1476779d6c06699b96ec1691f8) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 456cdb28..5d728e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: with: tool: rust@stable fallback: none - - uses: taiki-e/setup-cross-toolchain-action@3d9770ce98eb7dbcf378563182a5e8031165f75b # v1.41.0 + - uses: taiki-e/setup-cross-toolchain-action@12b7ad4acfa95a1476779d6c06699b96ec1691f8 # v1.42.0 with: target: ${{ matrix.target }} runner: none