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:
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
You can’t perform that action at this time.
0 commit comments