From c04c8265ba954db1bb6493b040d4dc212f4a1893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:54:29 +0000 Subject: [PATCH] chore(deps): bump taiki-e/setup-cross-toolchain-action Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.40.1 to 1.41.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/129361238c06ff2cc1c4ca5c5d2217af441ffdf6...3d9770ce98eb7dbcf378563182a5e8031165f75b) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.41.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 8ebd0548..96c63de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: targets: ${{ matrix.target }} components: rustfmt - name: Install cross-compilation tools - uses: taiki-e/setup-cross-toolchain-action@129361238c06ff2cc1c4ca5c5d2217af441ffdf6 # v1.40.1 + uses: taiki-e/setup-cross-toolchain-action@3d9770ce98eb7dbcf378563182a5e8031165f75b # v1.41.0 with: target: ${{ matrix.target }} - name: Add apt sources for ${{ matrix.os-arch }}