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 15
15
nightly,
16
16
]
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 }}
27
27
name : No Std
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@stable
32
32
with :
33
33
target : thumbv6m-none-eabi
37
37
name : Format
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v5
41
41
42
42
with :
43
43
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 }}
22
22
name : Format
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
with :
28
28
components : rustfmt
You can’t perform that action at this time.
0 commit comments