File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 - thumbv7em-none-eabi
3131 - wasm32-unknown-unknown
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : dtolnay/rust-toolchain@master
3535 with :
3636 toolchain : ${{ matrix.rust }}
4545 - 1.85 # MSRV
4646 - stable
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 - uses : dtolnay/rust-toolchain@master
5050 with :
5151 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1515 name : Security Audit
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Cache cargo bin
2020 uses : actions/cache@v4
2121 with :
Original file line number Diff line number Diff line change 2828 - thumbv7em-none-eabi
2929 - wasm32-unknown-unknown
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - uses : dtolnay/rust-toolchain@master
3333 with :
3434 toolchain : ${{ matrix.rust }}
4343 - 1.85.0 # MSRV
4444 - stable
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 2727 - 1.85 # MSRV
2828 - stable
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 - uses : dtolnay/rust-toolchain@master
3232 with :
3333 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1414 clippy :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : dtolnay/rust-toolchain@master
1919 with :
2020 toolchain : 1.91.0
2424 rustfmt :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : dtolnay/rust-toolchain@master
2929 with :
3030 toolchain : stable
You can’t perform that action at this time.
0 commit comments