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 2525 nightly,
2626 ]
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : dtolnay/rust-toolchain@master
3030 with :
3131 toolchain : ${{ matrix.rust }}
4343 - run : |
4444 sudo apt-get update
4545 sudo apt-get install gcc-multilib
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - uses : dtolnay/rust-toolchain@stable
4848 with :
4949 target : i586-unknown-linux-gnu
5454 name : No Std
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 - uses : dtolnay/rust-toolchain@stable
5959 with :
6060 target : thumbv6m-none-eabi
6565 name : Format
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v4
6969 - uses : dtolnay/rust-toolchain@1.62.0
7070 with :
7171 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 : dtolnay/rust-toolchain@master
2020 with :
2121 toolchain : ${{ matrix.rust }}
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 : dtolnay/rust-toolchain@master
1616 with :
1717 toolchain : ${{ matrix.rust }}
2525 - uses : dtolnay/rust-toolchain@1.62.0
2626 with :
2727 components : rustfmt
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - run : cargo fmt --all --check
You can’t perform that action at this time.
0 commit comments