File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
os : windows-latest
29
29
name : Deploy ${{ matrix.target }}
30
30
steps :
31
- - uses : actions/checkout@master
31
+ - uses : actions/checkout@v4
32
32
- name : Install Rust
33
33
run : ci/install-rust.sh stable ${{ matrix.target }}
34
34
- name : Build asset
41
41
name : GitHub Pages
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@master
44
+ - uses : actions/checkout@v4
45
45
- name : Install Rust (rustup)
46
46
run : rustup update stable --no-self-update && rustup default stable
47
47
- name : Build book
58
58
name : Publish to crates.io
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@master
61
+ - uses : actions/checkout@v4
62
62
- name : Install Rust (rustup)
63
63
run : rustup update stable --no-self-update && rustup default stable
64
64
- name : Publish
Original file line number Diff line number Diff line change 44
44
target : x86_64-unknown-linux-gnu
45
45
name : ${{ matrix.name }}
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Install Rust
49
49
run : bash ci/install-rust.sh ${{ matrix.rust }} ${{ matrix.target }}
50
50
- name : Build and run tests
55
55
aarch64-cross-builds :
56
56
runs-on : ubuntu-20.04
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- name : Install Rust
60
60
run : bash ci/install-rust.sh stable aarch64-unknown-linux-musl
61
61
- name : Build
65
65
name : Rustfmt
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
- name : Install Rust
70
70
run : rustup update stable && rustup default stable && rustup component add rustfmt
71
71
- run : cargo fmt --check
You can’t perform that action at this time.
0 commit comments