File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 os : windows-2022
3030 rust : stable-x86_64-gnu
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Install Rust (rustup)
3434 run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3535 shell : bash
5858 name : Rustfmt
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@v4
6262 - name : Install Rust
6363 run : rustup update stable && rustup default stable && rustup component add rustfmt
6464 - run : cargo fmt -- --check
7070 matrix :
7171 target : [wasm32-unknown-unknown, wasm32-wasi]
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474 - name : Install Rust
7575 run : rustup update stable && rustup default stable && rustup target add ${{ matrix.target }}
7676 - run : cargo build --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments