File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 51
51
with :
52
52
toolchain : ${{ matrix.version }}
53
53
54
- - uses : taiki-e/cache-cargo- install-action@v1
54
+ - uses : taiki-e/install-action@v2
55
55
with : { tool: cargo-hack }
56
56
57
57
- name : check lib
@@ -121,11 +121,8 @@ jobs:
121
121
uses : actions-rust-lang/setup-rust-toolchain@v1
122
122
with : { toolchain: nightly }
123
123
124
- - uses : taiki-e/cache-cargo-install-action@v1
125
- with : { tool: cargo-minimal-versions }
126
-
127
- - uses : taiki-e/cache-cargo-install-action@v1
128
- with : { tool: cargo-hack }
124
+ - uses : taiki-e/install-action@v1
125
+ with : { tool: cargo-hack, cargo-minimal-versions }
129
126
130
127
- name : Check With Minimal Versions
131
128
run : cargo minimal-versions check
Original file line number Diff line number Diff line change 52
52
with :
53
53
toolchain : ${{ matrix.version }}
54
54
55
- - uses : taiki-e/cache-cargo- install-action@v1
55
+ - uses : taiki-e/install-action@v1
56
56
with : { tool: cargo-hack }
57
57
58
58
- name : Generate Cargo.lock
You can’t perform that action at this time.
0 commit comments