File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
name : stable / fmt
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
submodules : true
20
20
- name : Install stable
34
34
matrix :
35
35
toolchain : [stable, beta]
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
with :
39
39
submodules : true
40
40
- name : Install ${{ matrix.toolchain }}
50
50
runs-on : ubuntu-latest
51
51
name : nightly / doc
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
submodules : true
56
56
- name : Install nightly
63
63
runs-on : ubuntu-latest
64
64
name : ubuntu / stable / features
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
with :
68
68
submodules : true
69
69
- name : Install stable
82
82
msrv : ["1.56.1"] # 2021 edition requires 1.56
83
83
name : ubuntu / ${{ matrix.msrv }}
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
with :
87
87
submodules : true
88
88
- name : Install ${{ matrix.msrv }}
Original file line number Diff line number Diff line change 17
17
matrix :
18
18
target : [thumbv7m-none-eabi, aarch64-unknown-none]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
23
- name : Install stable
Original file line number Diff line number Diff line change 13
13
sanitizers :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : true
19
19
- name : Install nightly
49
49
miri :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
submodules : true
55
55
- run : |
66
66
loom :
67
67
runs-on : ubuntu-latest
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
with :
71
71
submodules : true
72
72
- name : Install stable
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
name : ubuntu / nightly
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
23
- name : Install nightly
36
36
# Unfortunately, hashFiles only works in if on steps, so we reepeat it.
37
37
# if: hashFiles('Cargo.lock') != ''
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
with :
41
41
submodules : true
42
42
- name : Install beta
Original file line number Diff line number Diff line change 17
17
matrix :
18
18
toolchain : [stable, beta]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
23
- name : Install ${{ matrix.toolchain }}
37
37
runs-on : ubuntu-latest
38
38
name : ubuntu / stable / minimal-versions
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
submodules : true
43
43
- name : Install stable
64
64
# if: runner.os == 'Windows'
65
65
# - run: vcpkg install openssl:x64-windows-static-md
66
66
# if: runner.os == 'Windows'
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
with :
69
69
submodules : true
70
70
- name : Install stable
78
78
runs-on : ubuntu-latest
79
79
name : ubuntu / stable / coverage
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : true
84
84
- name : Install stable
You can’t perform that action at this time.
0 commit comments