File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- aarch64-unknown-linux-musl
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
- name : Install rust
23
23
uses : actions-rs/toolchain@v1
24
24
with :
68
68
override : true
69
69
components : rustfmt, clippy
70
70
- name : Checkout
71
- uses : actions/checkout@v2
71
+ uses : actions/checkout@v3
72
72
- name : Clippy
73
73
uses : actions-rs/cargo@v1
74
74
with :
Original file line number Diff line number Diff line change 17
17
- aarch64-unknown-linux-musl
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
- name : Install rust
22
22
uses : actions-rs/toolchain@v1
23
23
with :
65
65
needs : build
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
- uses : actions-rs/toolchain@v1
70
70
with :
71
71
toolchain : stable
You can’t perform that action at this time.
0 commit comments