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 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
18
18
- run : cargo install cargo-audit
19
19
- run : cargo audit
37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v1
40
+ uses : actions/checkout@v2
41
41
42
42
# We need to disable the existing toolchain to avoid updating rust-docs
43
43
# which takes a long time. The fastest way to do this is to rename the
94
94
CC : gcc-4.9
95
95
steps :
96
96
- name : Checkout repository
97
- uses : actions/checkout@v1
97
+ uses : actions/checkout@v2
98
98
99
99
- name : Install Nodejs
100
100
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v1
26
+ uses : actions/checkout@v2
27
27
28
28
# We need to disable the existing toolchain to avoid updating rust-docs
29
29
# which takes a long time. The fastest way to do this is to rename the
77
77
- run : ' echo "TAG: $TAG"'
78
78
79
79
- name : Checkout repository
80
- uses : actions/checkout@v1
80
+ uses : actions/checkout@v2
81
81
82
82
- uses : actions/download-artifact@v1
83
83
with :
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
18
18
- name : Install Rust toolchain
19
19
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments