File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 - nightly
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - uses : dtolnay/rust-toolchain@master
2727 with :
2828 targets : ${{ matrix.target }}
4646 test :
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 - uses : dtolnay/rust-toolchain@master
5151 with :
5252 targets : thumbv7em-none-eabihf
6363 name : Clippy
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v6
6767 - uses : dtolnay/rust-toolchain@nightly
6868 with :
6969 components : clippy
7575 name : Format
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v6
7979 - uses : dtolnay/rust-toolchain@nightly
8080 with :
8181 components : rustfmt
8686 runs-on : ubuntu-latest
8787 env : {"RUSTDOCFLAGS": "-D warnings"}
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v6
9090 - uses : dtolnay/rust-toolchain@nightly
9191 with :
9292 targets : thumbv7em-none-eabihf
You can’t perform that action at this time.
0 commit comments