File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
toolchain : ${{ matrix.toolchain.version }}
42
42
43
43
- name : Install just, nextest
44
- uses : taiki-e/install-action@v2.50.10
44
+ uses : taiki-e/install-action@v2.52.4
45
45
with :
46
46
tool : just,nextest
47
47
Original file line number Diff line number Diff line change 23
23
components : llvm-tools-preview
24
24
25
25
- name : Install just & cargo-llvm-cov
26
- uses : taiki-e/install-action@v2.50.10
26
+ uses : taiki-e/install-action@v2.52.4
27
27
with :
28
28
tool : just,cargo-llvm-cov
29
29
Original file line number Diff line number Diff line change 28
28
components : clippy
29
29
30
30
- name : Install just, cargo-hack
31
- uses : taiki-e/install-action@v2.50.10
31
+ uses : taiki-e/install-action@v2.52.4
32
32
with :
33
33
tool : just,cargo-hack
34
34
You can’t perform that action at this time.
0 commit comments