From 5be6165345f9e82a6c038a2dc2392be89aac495b 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 64748f1edf..f758321f1e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -225,11 +225,9 @@ jobs: uses: dtolnay/rust-toolchain@nightly-2023-05-31 - 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