File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
actions/run-fixtures-test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions-rs/toolchain@v1
18
18
with :
19
19
profile : minimal
20
- toolchain : nightly
20
+ toolchain : nightly-2022-03-22
21
21
override : true
22
22
23
23
- name : Install git-cliff
Original file line number Diff line number Diff line change 37
37
uses : actions-rs/toolchain@v1
38
38
with :
39
39
profile : minimal
40
- toolchain : nightly
40
+ toolchain : nightly-2022-03-22
41
41
override : true
42
42
- name : Checkout
43
43
if : github.event_name != 'pull_request'
68
68
- name : Install toolchain
69
69
uses : actions-rs/toolchain@v1
70
70
with :
71
- toolchain : nightly
71
+ toolchain : nightly-2022-03-22
72
72
profile : minimal
73
73
components : clippy
74
74
override : true
87
87
- name : Install toolchain
88
88
uses : actions-rs/toolchain@v1
89
89
with :
90
- toolchain : nightly
90
+ toolchain : nightly-2022-03-22
91
91
profile : minimal
92
92
components : rustfmt
93
93
override : true
You can’t perform that action at this time.
0 commit comments