File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,12 +205,12 @@ jobs:
205
205
uses : dtolnay/rust-toolchain@stable
206
206
207
207
- name : Install cbindgen
208
- uses : taiki-e/cache-cargo-install-action@v1
208
+ uses : taiki-e/cache-cargo-install-action@v2
209
209
with :
210
210
tool : cbindgen
211
211
212
212
- name : Install cargo-expand
213
- uses : taiki-e/cache-cargo-install-action@v1
213
+ uses : taiki-e/cache-cargo-install-action@v2
214
214
with :
215
215
tool : cargo-expand
216
216
@@ -254,7 +254,7 @@ jobs:
254
254
toolchain : nightly-2024-05-01 # Compatible version for cargo-check-external-types
255
255
256
256
- name : Install cargo-check-external-types
257
- uses : taiki-e/cache-cargo-install-action@v1
257
+ uses : taiki-e/cache-cargo-install-action@v2
258
258
with :
259
259
tool : cargo-check-external-types@0.1.12
260
260
You can’t perform that action at this time.
0 commit comments