Skip to content

Commit cd9c1a7

Browse files
tottotoseanmonstar
authored andcommitted
chore(ci): Replace actions-rs/install with taiki-e/cache-cargo-install-action
1 parent 08cb0ac commit cd9c1a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,9 @@ jobs:
226226
toolchain: nightly-2023-05-31 # Compatible version for cargo-check-external-types
227227

228228
- name: Install cargo-check-external-types
229-
uses: actions-rs/install@v0.1
229+
uses: taiki-e/cache-cargo-install-action@v1
230230
with:
231-
crate: cargo-check-external-types
232-
version: 0.1.7
233-
use-tool-cache: true
231+
234232

235233
- name: check-external-types
236234
run: cargo check-external-types --config .github/workflows/external-types.toml

0 commit comments

Comments
 (0)