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 15
15
16
16
steps :
17
17
18
- - uses : actions/checkout@v1
18
+ - uses : actions/checkout@v3
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
21
uses : actions/setup-python@v1
72
72
73
73
steps :
74
74
75
- - uses : actions/checkout@v1
75
+ - uses : actions/checkout@v3
76
76
77
77
- name : Set up QEMU
78
78
id : qemu
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
11
- - uses : actions/checkout@v1
11
+ - uses : actions/checkout@v3
12
12
13
13
- uses : conda-incubator/setup-miniconda@v2
14
14
with :
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
20
- - uses : actions/checkout@v1
20
+ - uses : actions/checkout@v3
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
23
uses : actions/setup-python@v1
40
40
linux_wheels :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v1
43
+ - uses : actions/checkout@v3
44
44
- name : Set up Python
45
45
uses : actions/setup-python@v1
46
46
with :
69
69
linux_aarch64_wheels :
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@v1
72
+ - uses : actions/checkout@v3
73
73
- name : Set up Python
74
74
uses : actions/setup-python@v1
75
75
with :
96
96
sdist :
97
97
runs-on : ubuntu-latest
98
98
steps :
99
- - uses : actions/checkout@v1
99
+ - uses : actions/checkout@v3
100
100
- name : Set up Python
101
101
uses : actions/setup-python@v1
102
102
with :
You can’t perform that action at this time.
0 commit comments