From 7d3efd912865b7ee285ee2f0fea1d48761f61bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:44:06 +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.84.0 to 2.85.2 - [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/a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9...41049aa56687c35e0afa74eed4f09cec4f9afabf) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-release.yml | 2 +- .github/workflows/pr-backend-tests.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 010a2c22..c7870d23 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -78,7 +78,7 @@ jobs: run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update - name: Install cargo-llvm-cov - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/pr-backend-tests.yml b/.github/workflows/pr-backend-tests.yml index 27aa2e1e..79cfa4fc 100644 --- a/.github/workflows/pr-backend-tests.yml +++ b/.github/workflows/pr-backend-tests.yml @@ -24,7 +24,7 @@ jobs: run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update - name: Install cargo-llvm-cov - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d4696260..472f570d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -90,7 +90,7 @@ jobs: run: rustup toolchain install nightly-2026-03-30 --component llvm-tools --no-self-update - name: Install cargo-llvm-cov - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 + uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf # v2.85.2 with: tool: cargo-llvm-cov