From a9b0fd4393fa86508ba7f778c82205e0aa33d6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:06:02 +0200 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the gha-prod group (#1166) Bumps the gha-prod group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.85.4 to 2.87.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2.85.4...v2.87.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-prod ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/package.yml | 2 +- .github/workflows/release-pr.yml | 2 +- .github/workflows/test.yml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b3f9e622..99b01f9e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -49,7 +49,7 @@ jobs: exit 1 fi - name: Install cargo-generate-rpm - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: cargo-generate-rpm@0.21 - name: Setup cargo cache diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 4dc843f8..cdc8c4bb 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2 + - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: git-cliff - id: version diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6350e95c..004ff78f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: # installs via winget below. name: Install zellij (Linux/macOS) if: runner.os != 'Windows' - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: zellij@0.44.3 - name: Install zellij (Windows) @@ -83,7 +83,7 @@ jobs: run: rustup toolchain install - &nextest-install name: Install nextest - uses: taiki-e/install-action@v2.85.4 + uses: taiki-e/install-action@v2.87.1 with: tool: nextest@0.9 - &cache @@ -123,7 +123,7 @@ jobs: - *checkout - *toolchain - *nextest-install - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-llvm-cov@0.8 - *cache @@ -198,7 +198,7 @@ jobs: steps: - *checkout - *toolchain - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-msrv@0.19 - name: MSRV Verify @@ -226,7 +226,7 @@ jobs: # https://rust-fuzz.github.io/book/cargo-fuzz/windows/setup.html). if: runner.os == 'Windows' uses: ilammy/msvc-dev-cmd@v1 - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-fuzz@0.13 - name: Run fuzz targets @@ -268,7 +268,7 @@ jobs: - *checkout - *toolchain - *cache - - uses: taiki-e/install-action@v2.85.4 + - uses: taiki-e/install-action@v2.87.1 with: tool: cargo-public-api@0.52 - run: rustup toolchain install nightly-x86_64-unknown-linux-gnu