From d5facbb34d4199f0b53f6c36c75f4867d66812b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:54:27 +0000 Subject: [PATCH] Update GitHub Action `taiki-e/install-action` to v2.66.2 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e50fb97..2c49c7b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -81,7 +81,7 @@ jobs: cache-all-crates: true - name: Install tools - uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59 + uses: taiki-e/install-action@03ef6f57d573ca4522fb02950f326083373b85bf # v2.66.2 with: tool: cargo-hack@0.5.26,rust-script@0.23.0,clippy-sarif@0.3.7,sarif-fmt@0.3.7 @@ -166,7 +166,7 @@ jobs: cache-all-crates: true - name: Install tools - uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59 + uses: taiki-e/install-action@03ef6f57d573ca4522fb02950f326083373b85bf # v2.66.2 with: tool: cargo-nextest@0.9.37