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 1717 nightly
1818 ]
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : actions/cache@v4
2222 if : startsWith(matrix.rust, '1')
2323 with :
3434 name : No Std
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 - uses : dtolnay/rust-toolchain@stable
3939 with :
4040 target : thumbv6m-none-eabi
4444 name : Format
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - uses : dtolnay/rust-toolchain@1.62.0
4949 with :
5050 components : rustfmt
Original file line number Diff line number Diff line change 1515 matrix :
1616 rust : [1.31.0, stable]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : actions/cache@v4
2020 if : startsWith(matrix.rust, '1')
2121 with :
Original file line number Diff line number Diff line change 1111 matrix :
1212 rust : [1.31.0, stable]
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : actions/cache@v4
1616 if : startsWith(matrix.rust, '1')
1717 with :
2727 name : Format
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : dtolnay/rust-toolchain@1.62.0
3232 with :
3333 components : rustfmt
You can’t perform that action at this time.
0 commit comments