From 3c35166eb8d938d5d56ddf4d1f7b08d1ca15e41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:57:14 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.70.4 to 2.75.27 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.70.4 to 2.75.27. - [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.70.4...v2.75.27) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.27 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4cc5cac..74af66c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.70.4 + uses: taiki-e/install-action@v2.75.27 with: tool: cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7484030..eec024c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Install cargo-hack - uses: taiki-e/install-action@v2.70.4 + uses: taiki-e/install-action@v2.75.27 with: tool: cargo-hack