From 2a349871569603e0d613b8d45216d8a2c08840df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:43:11 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.60 to 2.67.18 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.60 to 2.67.18. - [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.62.60...v2.67.18) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5702df0..e8ef91f 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.62.60 + uses: taiki-e/install-action@v2.67.18 with: tool: cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f082e28..ecfd16e 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.62.60 + uses: taiki-e/install-action@v2.67.18 with: tool: cargo-hack @@ -80,7 +80,7 @@ jobs: with: toolchain: ${{ vars.RUST_VERSION_API_DIFF }} - - uses: taiki-e/install-action@v2.62.60 + - uses: taiki-e/install-action@v2.67.18 with: tool: cargo-public-api