File tree Expand file tree Collapse file tree 9 files changed +12
-17
lines changed
Expand file tree Collapse file tree 9 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Set up python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : ${{ inputs.python-version }}
1616
2323 echo "path=${CACHE_PATH}" >> $GITHUB_OUTPUT
2424
2525 - name : Restore pip cache
26- uses : actions/cache@v2
26+ uses : actions/cache@v3
2727 with :
2828 path : ${{ steps.get-cache-path.outputs.path }}
2929 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
3434 shell : bash
3535 run : python -m pip install --upgrade pip wheel
3636
37- - name : Checkout repository
38- uses : actions/checkout@v2
39- with :
40- fetch-depth : 0
41-
4237 - name : Install development requirements and project
4338 shell : bash
4439 run : |
45- pip install doit
40+ pip install doit tomlkit
4641 doit install
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 9090
9191 steps :
9292 - name : Checkout repository
93- uses : actions/checkout@v2
93+ uses : actions/checkout@v3
9494 with :
9595 fetch-depth : 0
9696
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 fetch-depth : 0
3333
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 with :
4848 fetch-depth : 0
4949
5656 run : doit test
5757
5858 - name : Upload coverage
59- uses : codecov/codecov-action@v2.1.0
59+ uses : codecov/codecov-action@v3
6060 with :
6161 flags : unit
6262 env_vars : OS,PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments