From 13fae93141b3aa1341b1cb00b0b718596385ee33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:20:00 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.0 to 2.62.12 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.0 to 2.62.12. - [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/0e09747a63ae497bf945b3dcaf38fef0050d0109...5ab30948b991e8d6aa5a6c1e33c6aea130c6de65) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4cdd222..4a206aef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 # v2.62.0 + uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65 # v2.62.12 with: tool: cargo-llvm-cov @@ -77,7 +77,7 @@ jobs: toolchain: stable - name: Install cargo-machete - uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 + uses: taiki-e/install-action@5ab30948b991e8d6aa5a6c1e33c6aea130c6de65 with: tool: cargo-machete