From 27447a85d86cef0f7f4f2a3e3c0bf8415194d90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:43:32 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.68.15 to 2.70.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.15 to 2.70.4. - [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.68.15...v2.70.4) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.70.4 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 c47d886..bde9041 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.68.15 + uses: taiki-e/install-action@v2.70.4 with: tool: cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 97e0e4e..8ea5b31 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.68.15 + uses: taiki-e/install-action@v2.70.4 with: tool: cargo-hack