From f042e6de6e82f61d41bc1d6b71fe83da899a1800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:53:58 +0200 Subject: [PATCH] chore(deps): bump taiki-e/cache-cargo-install-action from 2 to 3 (#3790) 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 13ce084f..e5c1e513 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@v2 + uses: taiki-e/cache-cargo-install-action@v3 with: tool: cargo-check-external-types@0.4.0 - uses: taiki-e/install-action@cargo-hack