File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
toolchain : ${{ matrix.version }}
58
58
59
59
- name : Install cargo-hack and cargo-ci-cache-clean
60
- uses : taiki-e/install-action@v2.26.13
60
+ uses : taiki-e/install-action@v2.27.11
61
61
with :
62
62
tool : cargo-hack,cargo-ci-cache-clean
63
63
@@ -115,7 +115,7 @@ jobs:
115
115
toolchain : nightly
116
116
117
117
- name : Install cargo-hack & cargo-minimal-versions
118
- uses : taiki-e/install-action@v2.26.13
118
+ uses : taiki-e/install-action@v2.27.11
119
119
with :
120
120
tool : cargo-hack,cargo-minimal-versions
121
121
@@ -132,7 +132,7 @@ jobs:
132
132
uses :
actions-rust-lang/[email protected]
133
133
134
134
- name : Install cargo-nextest
135
- uses : taiki-e/install-action@v2.26.13
135
+ uses : taiki-e/install-action@v2.27.11
136
136
with :
137
137
tool : cargo-nextest
138
138
Original file line number Diff line number Diff line change 59
59
toolchain : ${{ matrix.version.version }}
60
60
61
61
- name : Install cargo-hack and cargo-ci-cache-clean
62
- uses : taiki-e/install-action@v2.26.13
62
+ uses : taiki-e/install-action@v2.27.11
63
63
with :
64
64
tool : cargo-hack,cargo-ci-cache-clean
65
65
Original file line number Diff line number Diff line change 23
23
components : llvm-tools-preview
24
24
25
25
- name : Install cargo-llvm-cov
26
- uses : taiki-e/install-action@v2.26.13
26
+ uses : taiki-e/install-action@v2.27.11
27
27
with :
28
28
tool : cargo-llvm-cov
29
29
Original file line number Diff line number Diff line change 55
55
toolchain : nightly-2023-10-10
56
56
57
57
- name : Install just
58
- uses : taiki-e/install-action@v2.26.13
58
+ uses : taiki-e/install-action@v2.27.11
59
59
with :
60
60
tool : just
61
61
You can’t perform that action at this time.
0 commit comments