From cf7a1850a60ed3ededcd72b797f3576688cde3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:03:54 +0000 Subject: [PATCH] Bump taiki-e/setup-cross-toolchain-action from 1.23.0 to 1.23.1 Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.23.0 to 1.23.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/a1a91d884a02793862d3e6451e02f19ef969126a...89711a7e1576ebe63be6b862a7d410fbfcfda72f) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 2e336686f..2e8d46b8f 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -83,7 +83,7 @@ jobs: run: cargo +nightly update -Z direct-minimal-versions if: ${{ matrix.rust == 'msrv' }} - name: Install cross-compilation tools - uses: taiki-e/setup-cross-toolchain-action@a1a91d884a02793862d3e6451e02f19ef969126a + uses: taiki-e/setup-cross-toolchain-action@89711a7e1576ebe63be6b862a7d410fbfcfda72f with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov