File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 coverage :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v7
1010 - name : Install toolchain
1111 uses : dtolnay/rust-toolchain@nightly
1212 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : pull the code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v7
1616 - name : install dependencies
1717 run : pip install -r requirements.txt
1818 - name : build and deploy
Original file line number Diff line number Diff line change 2727 toolchain : nightly
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v7
3131 - name : Install toolchain
3232 uses : dtolnay/rust-toolchain@master
3333 with :
5050 test-miri :
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v7
5454 - name : Install toolchain
5555 run : |
5656 MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
6464 test-ios :
6565 runs-on : macos-latest
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v7
6868 - name : Install toolchain
6969 uses : dtolnay/rust-toolchain@nightly
7070 with :
You can’t perform that action at this time.
0 commit comments