File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 PERCY_PROJECT : crates-io/crates.io
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 - uses : volta-cli/action@v1
3131
3232 - name : Install node modules
5454 RUSTFLAGS : " -D warnings"
5555
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
5858
5959 - run : rustup default ${{ env.RUST_VERSION }}
6060 - run : rustup component add rustfmt
9898 - 5432:5432
9999
100100 steps :
101- - uses : actions/checkout@v2
101+ - uses : actions/checkout@v3
102102
103103 - name : Install ${{ env.RUST_VERSION }} Rust
104104 if : matrix.rust == 'stable'
Original file line number Diff line number Diff line change 3838 - 5432:5432
3939
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242
4343 # Set up Rust
4444 - run : rustup default ${{ env.RUST_VERSION }}
You can’t perform that action at this time.
0 commit comments