From 4d6fb13890d72aa3d91ee4eda6670e6154ca1cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:32:41 +0200 Subject: [PATCH] chore(deps): bump taiki-e/cache-cargo-install-action from 3 to 3.0.7 (#3857) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c37dc89..57d30a3f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,7 +71,7 @@ jobs: with: toolchain: nightly-2025-10-18 - name: Install cargo-check-external-types - uses: taiki-e/cache-cargo-install-action@v3 + uses: taiki-e/cache-cargo-install-action@v3.0.7 with: tool: cargo-check-external-types@0.4.0 - uses: taiki-e/install-action@cargo-hack