File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 39
39
# Only run tests on latest stable and above
40
40
- name : Install cargo-nextest
41
41
if : ${{ matrix.rust != '1.88' }} # MSRV
42
- uses : taiki-e/install-action@de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2 # nextest
42
+ uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
43
+ with :
44
+ tool : nextest
43
45
- name : build
44
46
if : ${{ matrix.rust == '1.88' }} # MSRV
45
47
run : cargo build --workspace ${{ matrix.flags }}
73
75
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
74
76
with :
75
77
toolchain : stable
76
- - uses : taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
78
+ - uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
79
+ with :
80
+ tool : cargo-hack
77
81
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
78
82
with :
79
83
cache-on-failure : true
You can’t perform that action at this time.
0 commit comments