From b7bfcbe5e38abf9a8b795150d712e2aeb3615212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:45:07 +0000 Subject: [PATCH] chore(ci): bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.86.5 to 2.87.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/ba47c86ac325773530516bb756137ac718732518...37f7c5781271959fb65b6b35224e28652ff2b63d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da715e7f..e1ff1832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: # override even for `cargo install`), which broke this job. A prebuilt # binary is immune to future tool-dependency MSRV bumps. - name: Install cargo-audit - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: cargo-audit @@ -216,7 +216,7 @@ jobs: command: check licenses sources - name: Install cargo-vet - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: cargo-vet @@ -253,7 +253,7 @@ jobs: - name: Install uutils coreutils multicall for differential tests id: install_uutils continue-on-error: true - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: coreutils - name: Verify uutils on PATH diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7f4ee13f..85176df3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: cargo-tarpaulin @@ -85,7 +85,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: cargo-llvm-cov @@ -134,7 +134,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 with: tool: cargo-llvm-cov