File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717
18- - uses : actions/checkout@v1
18+ - uses : actions/checkout@v3
1919
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v1
7272
7373 steps :
7474
75- - uses : actions/checkout@v1
75+ - uses : actions/checkout@v3
7676
7777 - name : Set up QEMU
7878 id : qemu
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v3
1212
1313 - uses : conda-incubator/setup-miniconda@v2
1414 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919
20- - uses : actions/checkout@v1
20+ - uses : actions/checkout@v3
2121
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v1
4040 linux_wheels :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v1
43+ - uses : actions/checkout@v3
4444 - name : Set up Python
4545 uses : actions/setup-python@v1
4646 with :
6969 linux_aarch64_wheels :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v1
72+ - uses : actions/checkout@v3
7373 - name : Set up Python
7474 uses : actions/setup-python@v1
7575 with :
9696 sdist :
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v1
99+ - uses : actions/checkout@v3
100100 - name : Set up Python
101101 uses : actions/setup-python@v1
102102 with :
You can’t perform that action at this time.
0 commit comments