From 18299569334868a092b67c0cc74ea7cb583b1044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:28:56 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.62.44 to 2.62.60 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.44 to 2.62.60. - [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.44...v2.62.60) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09044b56..9fe7c1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: toolchain: ${{ matrix.version.version }} - name: Install just,cargo-hack,cargo-nextest,cargo-ci-cache-clean - uses: taiki-e/install-action@v2.62.44 + uses: taiki-e/install-action@v2.62.60 with: tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean @@ -72,7 +72,7 @@ jobs: toolchain: nightly - name: Install just - uses: taiki-e/install-action@v2.62.44 + uses: taiki-e/install-action@v2.62.60 with: tool: just @@ -89,7 +89,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 - name: Install cargo-hack - uses: taiki-e/install-action@v2.62.44 + uses: taiki-e/install-action@v2.62.60 with: tool: cargo-hack diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9287a7ce..092e7009 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: components: llvm-tools - name: Install just, cargo-llvm-cov - uses: taiki-e/install-action@v2.62.44 + uses: taiki-e/install-action@v2.62.60 with: tool: just,cargo-llvm-cov