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