chore(deps): bump taiki-e/install-action in the gha-prod group (#1166)
Some checks failed
Pull request update / autoupdate (push) Has been cancelled
Release PR / prepare (push) Has been cancelled
Release PR / tag (push) Has been cancelled
Release PR / update-pr (push) Has been cancelled

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-09-02 09:06:02 +02:00 committed by GitHub
parent a53ada910a
commit a9b0fd4393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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