File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
name : Deploy document
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v5
16
16
with :
17
- python-version : ' 3.10 '
17
+ python-version : ' 3.11 '
18
18
- name : Build documentation
19
19
run : |
20
20
pip3 install -U .[docs]
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v3
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
ports :
18
18
- 50021:50021
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.10 '
24
+ python-version : ' 3.11 '
25
25
- name : Install depend
26
26
run : python -m pip install -U .[tests]
27
27
- name : Run test
You can’t perform that action at this time.
0 commit comments