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 1515 nightly,
1616 ]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : dtolnay/rust-toolchain@master
2020 with :
2121 toolchain : ${{ matrix.rust }}
2727 name : No Std
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : dtolnay/rust-toolchain@stable
3232 with :
3333 target : thumbv6m-none-eabi
3737 name : Format
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v5
41414242 with :
4343 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 }}
2222 name : Format
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
26262727 with :
2828 components : rustfmt
You can’t perform that action at this time.
0 commit comments