File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 target : x86_64-pc-windows-msvc
4545
4646 steps :
47- - uses : actions/checkout@v1
47+ - uses : actions/checkout@v3
4848
4949 - name : Install cross compiler
5050 if : ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
Original file line number Diff line number Diff line change 1111 name : Check
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - uses : actions-rs/toolchain@v1
1616 with :
1717 profile : minimal
2525 name : Test
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 - uses : actions-rs/toolchain@v1
3030 with :
3131 profile : minimal
3939 name : Format
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 - uses : actions-rs/toolchain@v1
4444 with :
4545 profile : minimal
5555 name : Clippy
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v2
58+ - uses : actions/checkout@v3
5959 - uses : actions-rs/toolchain@v1
6060 with :
6161 profile : minimal
You can’t perform that action at this time.
0 commit comments