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 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Install Rust
19
19
uses : actions-rs/toolchain@v1
20
20
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- uses : actions-rs/toolchain@v1
16
16
with :
17
17
toolchain : nightly
Original file line number Diff line number Diff line change 11
11
os : [windows-latest, ubuntu-latest]
12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions-rs/toolchain@v1
16
16
with :
17
17
toolchain : nightly
26
26
miri :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : actions-rs/toolchain@v1
31
31
with :
32
32
toolchain : nightly
40
40
- name : Get number of CPU cores
41
41
uses : SimenB/github-actions-cpu-cores@v1
42
42
id : cpu-cores
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : actions-rs/toolchain@v1
45
45
with :
46
46
toolchain : nightly
59
59
lint :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
- uses : actions-rs/toolchain@v1
64
64
with :
65
65
toolchain : nightly
75
75
env :
76
76
CARGO_TERM_COLOR : always
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
- uses : actions-rs/toolchain@v1
80
80
with :
81
81
toolchain : nightly
You can’t perform that action at this time.
0 commit comments