File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
name : " Bump version and create changelog with commitizen"
13
13
steps :
14
14
- name : Check out
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v2
16
16
with :
17
17
fetch-depth : 0
18
18
token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
Original file line number Diff line number Diff line change 9
9
publish-documentation :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v2
13
13
with :
14
14
token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v1
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
26
26
run : |
27
27
python -m mkdocs build
28
28
- name : Push doc to Github Page
29
- uses : peaceiris/actions-gh-pages@v3.9.0
29
+ uses : peaceiris/actions-gh-pages@v2
30
30
env :
31
31
PERSONAL_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
32
32
PUBLISH_BRANCH : gh-pages
Original file line number Diff line number Diff line change 12
12
if : ${{ github.event.workflow_run.conclusion == 'success' }}
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v2
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v1
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
platform : [ubuntu-20.04, macos-latest, windows-latest]
11
11
runs-on : ${{ matrix.platform }}
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v2
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v2
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Install dependencies
30
30
shell : bash
31
31
- name : Upload coverage to Codecov
32
32
if : runner.os == 'Linux'
33
- uses : codecov/codecov-action@v3.1.1
33
+ uses : codecov/codecov-action@v1.0.3
34
34
with :
35
35
token : ${{secrets.CODECOV_TOKEN}}
36
36
file : ./coverage.xml
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@v2
13
13
with :
14
14
token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v1
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments