From fb581b4fb46fed6812a821e470a557f268646915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:36:16 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.60.0 to 2.62.33 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.60.0 to 2.62.33. - [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/0c5db7f7f897c03b771660e91d065338615679f4...e43a5023a747770bfcb71ae048541a681714b951) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.33 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index cbf62f7..cd93182 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: dtolnay/rust-toolchain@1.90 - - uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2 + - uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2 with: tool: cargo-shear version: 1.5.1 @@ -191,7 +191,7 @@ jobs: find . -name Cargo.toml -mindepth 2 -maxdepth 2 -print0 \ | xargs -0 -n1 -I{} bash -c 'cd "$(dirname "{}")" && cargo check --profile ${{ matrix.profile }}' - - uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2 + - uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2 with: tool: nextest version: 0.9.103