Skip to content

Commit 60e5088

Browse files
authored
chore(ci): update to taiki-e/cache-cargo-install-action@v2 (#3726)
1 parent 7de0237 commit 60e5088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ jobs:
205205
uses: dtolnay/rust-toolchain@stable
206206

207207
- name: Install cbindgen
208-
uses: taiki-e/cache-cargo-install-action@v1
208+
uses: taiki-e/cache-cargo-install-action@v2
209209
with:
210210
tool: cbindgen
211211

212212
- name: Install cargo-expand
213-
uses: taiki-e/cache-cargo-install-action@v1
213+
uses: taiki-e/cache-cargo-install-action@v2
214214
with:
215215
tool: cargo-expand
216216

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

256256
- name: Install cargo-check-external-types
257-
uses: taiki-e/cache-cargo-install-action@v1
257+
uses: taiki-e/cache-cargo-install-action@v2
258258
with:
259259
tool: cargo-check-external-types@0.1.12
260260

0 commit comments

Comments
 (0)