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 27
27
profile : minimal
28
28
override : true
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
- name : Build
32
32
uses : actions-rs/cargo@v1
33
33
with :
48
48
override : true
49
49
target : thumbv6m-none-eabi
50
50
- name : Checkout
51
- uses : actions/checkout@v1
51
+ uses : actions/checkout@v3
52
52
- name : Build
53
53
uses : actions-rs/cargo@v1
54
54
with :
67
67
override : true
68
68
components : rustfmt
69
69
- name : Checkout
70
- uses : actions/checkout@v2
70
+ uses : actions/checkout@v3
71
71
- name : Check formatting
72
72
uses : actions-rs/cargo@v1
73
73
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