File tree 3 files changed +5
-5
lines changed
actions/run-fixtures-test
3 files changed +5
-5
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-2022-03-22
20
+ toolchain : nightly
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-2022-03-22
40
+ toolchain : nightly
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-2022-03-22
71
+ toolchain : nightly
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-2022-03-22
90
+ toolchain : nightly
91
91
profile : minimal
92
92
components : rustfmt
93
93
override : true
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " nightly-2022-03-22 "
2
+ channel = " nightly"
You can’t perform that action at this time.
0 commit comments