File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : Set up Python 3
18
- uses : actions/setup-python@v2
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : ' 3.x'
21
21
- name : Generate docs
Original file line number Diff line number Diff line change 11
11
check :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up Python 3.10
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " 3.10"
19
19
- name : Install dependencies
32
32
python-version : ["3.8", "3.9", "3.10"]
33
33
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
- name : Set up Python ${{ matrix.python-version }}
37
- uses : actions/setup-python@v2
37
+ uses : actions/setup-python@v4
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
- name : Install dependencies
57
57
needs : build
58
58
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v3
61
61
- name : Set up Python 3.10
62
- uses : actions/setup-python@v2
62
+ uses : actions/setup-python@v4
63
63
with :
64
64
python-version : " 3.10"
65
65
- name : Run setup.py sdist
You can’t perform that action at this time.
0 commit comments