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 9
9
branches :
10
10
- master
11
11
schedule :
12
- - cron : " 0 1 * * * "
12
+ - cron : " 0 1 * * 0 "
13
13
14
14
env :
15
15
CARGO_INCREMENTAL : 0
38
38
- nightly
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- name : Install Rust
43
43
run : rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
44
44
- run : cargo build
@@ -48,23 +48,23 @@ jobs:
48
48
clippy :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- name : Install Rust
53
53
run : rustup update stable
54
54
- run : cargo clippy --all --all-targets
55
55
56
56
rustfmt :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
- name : Install Rust
61
61
run : rustup update stable
62
62
- run : cargo fmt --all --check
63
63
64
64
rustdoc :
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- name : Install Rust
69
69
run : rustup update nightly && rustup default nightly
70
70
- run : cargo doc --no-deps
You can’t perform that action at this time.
0 commit comments