From c84819c21a726c424177b1024316b0e7fc7622ce Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 1 Oct 2023 15:19:05 +0900 Subject: [PATCH] chore(ci): Replace actions-rs/install with taiki-e/cache-cargo-install-action --- .github/workflows/CI.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 406eb05a64..295e3c8773 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -226,11 +226,9 @@ jobs: toolchain: nightly-2023-05-31 # Compatible version for cargo-check-external-types - name: Install cargo-check-external-types - uses: actions-rs/install@v0.1 + uses: taiki-e/cache-cargo-install-action@v1 with: - crate: cargo-check-external-types - version: 0.1.7 - use-tool-cache: true + tool: cargo-check-external-types@0.1.7 - name: check-external-types run: cargo check-external-types --config .github/workflows/external-types.toml