File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Nightly, format and Doc
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install toolchain
1616 uses : dtolnay/rust-toolchain@nightly
1717 - name : Build docs
2626 runs-on : macos-latest
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Install toolchain
3131 uses : dtolnay/rust-toolchain@beta
3232 - name : Test impl-tools-lib
3939 runs-on : windows-latest
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : Install toolchain
4444 uses : dtolnay/rust-toolchain@stable
4545 - name : Test impl-tools-lib
5252 runs-on : macos-latest
5353
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - name : Install toolchain
5757 uses : dtolnay/rust-toolchain@1.66.0
5858 - name : Use Cargo.lock.msrv
6565 workspace :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 - uses : dtolnay/rust-toolchain@master
7070 with :
7171 toolchain : stable
You can’t perform that action at this time.
0 commit comments