File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 runs-on : ${{ matrix.os }}
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - uses : dtolnay/rust-toolchain@stable
4444 with :
4545 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 1414 clippy :
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : Swatinem/rust-cache@v2
1919 - run : cargo clippy --all-targets --all-features
Original file line number Diff line number Diff line change 1919 cancel-in-progress : false
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - name : Install Rust toolchain
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
5656 runs-on : ${{ matrix.target.os }}
5757
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - uses : dtolnay/rust-toolchain@stable
6161 with :
6262 targets : ${{ matrix.target.name }}
You can’t perform that action at this time.
0 commit comments