File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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 :
42
42
override : true
43
43
target : thumbv6m-none-eabi
44
44
- name : Checkout
45
- uses : actions/checkout@v1
45
+ uses : actions/checkout@v3
46
46
- name : Build
47
47
uses : actions-rs/cargo@v1
48
48
with :
61
61
override : true
62
62
components : rustfmt
63
63
- name : Checkout
64
- uses : actions/checkout@v2
64
+ uses : actions/checkout@v3
65
65
- name : Check formatting
66
66
uses : actions-rs/cargo@v1
67
67
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