File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 branches :
1010 - master
1111 schedule :
12- - cron : " 0 1 * * * "
12+ - cron : " 0 1 * * 0 "
1313
1414env :
1515 CARGO_INCREMENTAL : 0
3838 - nightly
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - name : Install Rust
4343 run : rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
4444 - run : cargo build
@@ -48,23 +48,23 @@ jobs:
4848 clippy :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 - name : Install Rust
5353 run : rustup update stable
5454 - run : cargo clippy --all --all-targets
5555
5656 rustfmt :
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060 - name : Install Rust
6161 run : rustup update stable
6262 - run : cargo fmt --all --check
6363
6464 rustdoc :
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - name : Install Rust
6969 run : rustup update nightly && rustup default nightly
7070 - run : cargo doc --no-deps
You can’t perform that action at this time.
0 commit comments