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 25
25
nightly,
26
26
]
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- uses : dtolnay/rust-toolchain@master
30
30
with :
31
31
toolchain : ${{ matrix.rust }}
43
43
- run : |
44
44
sudo apt-get update
45
45
sudo apt-get install gcc-multilib
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- uses : dtolnay/rust-toolchain@stable
48
48
with :
49
49
target : i586-unknown-linux-gnu
54
54
name : No Std
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
- uses : dtolnay/rust-toolchain@stable
59
59
with :
60
60
target : thumbv6m-none-eabi
65
65
name : Format
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
- uses : dtolnay/rust-toolchain@1.62.0
70
70
with :
71
71
components : rustfmt
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
rust : [1.31.0, stable]
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : dtolnay/rust-toolchain@master
20
20
with :
21
21
toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
rust : [1.31.0, stable]
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : dtolnay/rust-toolchain@master
16
16
with :
17
17
toolchain : ${{ matrix.rust }}
25
25
- uses : dtolnay/rust-toolchain@1.62.0
26
26
with :
27
27
components : rustfmt
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- run : cargo fmt --all --check
You can’t perform that action at this time.
0 commit comments