From c889559d9fff56ef0d17062c0c565105101fad31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:24:37 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.60 to 2.62.64 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.60 to 2.62.64. - [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/3575e532701a5fc614b0c842e4119af4cc5fd16d...cf46383a970594553a83cc6140075ef6a7f54dee) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6ab006..c37d7e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # Only run tests on latest stable and above - name: Install cargo-nextest if: ${{ matrix.rust != '1.88' }} # MSRV - uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # master + uses: taiki-e/install-action@cf46383a970594553a83cc6140075ef6a7f54dee # master with: tool: nextest - name: build @@ -80,7 +80,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: toolchain: stable - - uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # master + - uses: taiki-e/install-action@cf46383a970594553a83cc6140075ef6a7f54dee # master with: tool: cargo-hack - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2