Skip to content

Commit

Permalink
chore(ci): update to taiki-e/cache-cargo-install-action@v2 (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 3, 2024
1 parent 7de0237 commit 60e5088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install cbindgen
uses: taiki-e/cache-cargo-install-action@v1
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cbindgen

- name: Install cargo-expand
uses: taiki-e/cache-cargo-install-action@v1
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-expand

Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types

- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v1
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]

Expand Down

0 comments on commit 60e5088

Please sign in to comment.