File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3636 - thumbv7em-none-eabi
3737 - wasm32-unknown-unknown
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - uses : dtolnay/rust-toolchain@stable
4141 with :
4242 toolchain : ${{ matrix.rust }}
5252 - 1.85.0 # MSRV
5353 - stable
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656 - uses : dtolnay/rust-toolchain@stable
5757 with :
5858 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 3131 - 1.85.0 # MSRV
3232 - stable
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : dtolnay/rust-toolchain@stable
3636 with :
3737 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 3434 - thumbv7em-none-eabi
3535 - wasm32-unknown-unknown
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - uses : dtolnay/rust-toolchain@stable
3939 with :
4040 toolchain : ${{ matrix.rust }}
5050 - 1.85.0 # MSRV
5151 - stable
5252 steps :
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454 - uses : dtolnay/rust-toolchain@stable
5555 with :
5656 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 4040 rust : stable
4141 runs-on : ${{ matrix.platform }}
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : dtolnay/rust-toolchain@stable
4545 with :
4646 toolchain : ${{ matrix.rust }}
6666 - thumbv7em-none-eabi
6767 - wasm32-unknown-unknown
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - uses : dtolnay/rust-toolchain@stable
7171 with :
7272 toolchain : ${{ matrix.rust }}
8383 - 1.85.0 # MSRV
8484 - stable
8585 steps :
86- - uses : actions/checkout@v5
86+ - uses : actions/checkout@v6
8787 - uses : dtolnay/rust-toolchain@stable
8888 with :
8989 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 2828 - 1.85.0 # MSRV
2929 - stable
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - uses : dtolnay/rust-toolchain@stable
3333 with :
3434 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1818 clippy :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : dtolnay/rust-toolchain@stable
2323 with :
2424 toolchain : 1.89 # pinned to prevent breakages when new rust versions are released
2828 doc :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - uses : dtolnay/rust-toolchain@stable
3434 with :
3838 rustfmt :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : dtolnay/rust-toolchain@stable
4343 with :
4444 toolchain : stable
You can’t perform that action at this time.
0 commit comments