From 5cbbc84b8248edacb680de35c092c8e62a25e8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 20:06:11 +0000 Subject: [PATCH] chore(deps): 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.85.8 to 2.85.11 - [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/v2.85.8...v2.85.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_common.yml | 2 +- .github/workflows/coverage-baseline.yml | 4 ++-- .github/workflows/post-merge.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_common.yml b/.github/workflows/_common.yml index 6faf7fea82..69f849fa44 100644 --- a/.github/workflows/_common.yml +++ b/.github/workflows/_common.yml @@ -93,7 +93,7 @@ jobs: run: echo "version=$(cat .github/config/hawkeye.version)" >> "$GITHUB_OUTPUT" - name: Install HawkEye - uses: taiki-e/install-action@v2.85.8 + uses: taiki-e/install-action@v2.85.11 with: tool: hawkeye@${{ steps.hawkeye-version.outputs.version }} diff --git a/.github/workflows/coverage-baseline.yml b/.github/workflows/coverage-baseline.yml index 209f40724a..169fae03ba 100644 --- a/.github/workflows/coverage-baseline.yml +++ b/.github/workflows/coverage-baseline.yml @@ -105,7 +105,7 @@ jobs: free-disk-space-aggressive: "true" - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.85.8 + uses: taiki-e/install-action@v2.85.11 with: tool: cargo-llvm-cov @@ -294,7 +294,7 @@ jobs: save-cache: "false" - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.85.8 + uses: taiki-e/install-action@v2.85.11 with: tool: cargo-llvm-cov diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index d7b7ced3e4..c9bc8bb32e 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -65,7 +65,7 @@ jobs: # preinstalled cargo (rust-toolchain.toml pins 1.97.1) and skips the # heavyweight build-cache restore. - name: Install cargo-rail - uses: taiki-e/install-action@v2.85.8 + uses: taiki-e/install-action@v2.85.11 with: tool: cargo-rail