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:
1010 name : Deploy document
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Set up Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.10 '
17+ python-version : ' 3.11 '
1818 - name : Build documentation
1919 run : |
2020 pip3 install -U .[docs]
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.x'
1717 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 ports :
1818 - 50021:50021
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.10 '
24+ python-version : ' 3.11 '
2525 - name : Install depend
2626 run : python -m pip install -U .[tests]
2727 - name : Run test
You can’t perform that action at this time.
0 commit comments