File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
profile : minimal
22
22
override : true
23
23
- name : Checkout
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : Build
26
26
uses : actions-rs/cargo@v1
27
27
with :
46
46
override : true
47
47
target : i586-unknown-linux-gnu
48
48
- name : Checkout
49
- uses : actions/checkout@v1
49
+ uses : actions/checkout@v3
50
50
- name : Test
51
51
uses : actions-rs/cargo@v1
52
52
with :
66
66
override : true
67
67
target : thumbv6m-none-eabi
68
68
- name : Checkout
69
- uses : actions/checkout@v1
69
+ uses : actions/checkout@v3
70
70
- name : Build
71
71
uses : actions-rs/cargo@v1
72
72
with :
90
90
override : true
91
91
components : rustfmt
92
92
- name : Checkout
93
- uses : actions/checkout@v2
93
+ uses : actions/checkout@v3
94
94
- name : Check formatting
95
95
uses : actions-rs/cargo@v1
96
96
with :
Original file line number Diff line number Diff line change 22
22
profile : minimal
23
23
override : true
24
24
- name : Checkout
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
- name : Build
27
27
uses : actions-rs/cargo@v1
28
28
with :
Original file line number Diff line number Diff line change 18
18
profile : minimal
19
19
override : true
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
- name : Build
23
23
uses : actions-rs/cargo@v1
24
24
with :
38
38
override : true
39
39
components : rustfmt
40
40
- name : Checkout
41
- uses : actions/checkout@v2
41
+ uses : actions/checkout@v3
42
42
- name : Check formatting
43
43
uses : actions-rs/cargo@v1
44
44
with :
You can’t perform that action at this time.
0 commit comments