From 7878f3f5402b53a6aef9a2d7978e844887cabf0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:43:47 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) and [taiki-e/install-action](https://github.com/taiki-e/install-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) Updates `taiki-e/install-action` from 2.75.22 to 2.76.0 - [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/cf525cb33f51aca27cd6fa02034117ab963ff9f1...711e1c3275189d76dcc4d34ddea63bf96ac49090) --- 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 - dependency-name: taiki-e/install-action dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index ecf53d55..e735b485 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -59,11 +59,11 @@ jobs: run: cargo +nightly-2025-08-11 update -Z direct-minimal-versions if: ${{ matrix.rust == 'msrv' }} - name: Install cross-compilation tools - uses: taiki-e/setup-cross-toolchain-action@d62f33b587e73b0004731caebc7d2d46b18a7567 + uses: taiki-e/setup-cross-toolchain-action@129361238c06ff2cc1c4ca5c5d2217af441ffdf6 with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 with: tool: cargo-llvm-cov - name: Rust cache @@ -99,7 +99,7 @@ jobs: with: toolchain: nightly-2025-08-11 - name: Install udeps - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 with: tool: cargo-udeps - name: cargo udeps @@ -159,7 +159,7 @@ jobs: if: ${{matrix.runs_on == 'ubuntu-latest'}} - name: Install bindgen-cli - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 with: tool: bindgen-cli if: ${{matrix.runs_on == 'ubuntu-latest'}} @@ -214,7 +214,7 @@ jobs: toolchain: nightly-2025-08-11 components: llvm-tools-preview - name: Install cargo fuzz & rustfilt - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 + uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 with: tool: cargo-fuzz,rustfilt - name: Run `cargo fuzz`