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 17
17
nightly
18
18
]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : actions/cache@v4
22
22
if : startsWith(matrix.rust, '1')
23
23
with :
34
34
name : No Std
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
- uses : dtolnay/rust-toolchain@stable
39
39
with :
40
40
target : thumbv6m-none-eabi
44
44
name : Format
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- uses : dtolnay/rust-toolchain@1.62.0
49
49
with :
50
50
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 : actions/cache@v4
20
20
if : startsWith(matrix.rust, '1')
21
21
with :
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 : actions/cache@v4
16
16
if : startsWith(matrix.rust, '1')
17
17
with :
27
27
name : Format
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : dtolnay/rust-toolchain@1.62.0
32
32
with :
33
33
components : rustfmt
You can’t perform that action at this time.
0 commit comments