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@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master
43
+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # 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@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master
83
+ - uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # master
84
84
with :
85
85
tool : cargo-hack
86
86
- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
You can’t perform that action at this time.
0 commit comments