File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 os : windows-latest
2929 name : Deploy ${{ matrix.target }}
3030 steps :
31- - uses : actions/checkout@master
31+ - uses : actions/checkout@v4
3232 - name : Install Rust
3333 run : ci/install-rust.sh stable ${{ matrix.target }}
3434 - name : Build asset
4141 name : GitHub Pages
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@master
44+ - uses : actions/checkout@v4
4545 - name : Install Rust (rustup)
4646 run : rustup update stable --no-self-update && rustup default stable
4747 - name : Build book
5858 name : Publish to crates.io
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@master
61+ - uses : actions/checkout@v4
6262 - name : Install Rust (rustup)
6363 run : rustup update stable --no-self-update && rustup default stable
6464 - name : Publish
Original file line number Diff line number Diff line change 4444 target : x86_64-unknown-linux-gnu
4545 name : ${{ matrix.name }}
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - name : Install Rust
4949 run : bash ci/install-rust.sh ${{ matrix.rust }} ${{ matrix.target }}
5050 - name : Build and run tests
5555 aarch64-cross-builds :
5656 runs-on : ubuntu-20.04
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 - name : Install Rust
6060 run : bash ci/install-rust.sh stable aarch64-unknown-linux-musl
6161 - name : Build
6565 name : Rustfmt
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v4
6969 - name : Install Rust
7070 run : rustup update stable && rustup default stable && rustup component add rustfmt
7171 - run : cargo fmt --check
You can’t perform that action at this time.
0 commit comments