From 8266b04ad2e4287eb922a66a6078f63c0c152c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:44:12 +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.82.6 to 2.82.10 - [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/9bcaee1dcae34154180f412e2fa69355a7cda9f6...50414676f9f5d50a65992c6dd2ed02641263226c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.10 dependency-type: direct:production update-type: version-update:semver-patch 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 4ce5da1f..80ae952d 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@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 with: tool: cargo-llvm-cov diff --git a/.github/workflows/pr-backend-tests.yml b/.github/workflows/pr-backend-tests.yml index fc7c87ee..d68de0c2 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@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 22a51a1a..84d36439 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@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 with: tool: cargo-llvm-cov