File tree 9 files changed +12
-17
lines changed
9 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Set up python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : ${{ inputs.python-version }}
16
16
23
23
echo "path=${CACHE_PATH}" >> $GITHUB_OUTPUT
24
24
25
25
- name : Restore pip cache
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v3
27
27
with :
28
28
path : ${{ steps.get-cache-path.outputs.path }}
29
29
key : ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
34
34
shell : bash
35
35
run : python -m pip install --upgrade pip wheel
36
36
37
- - name : Checkout repository
38
- uses : actions/checkout@v2
39
- with :
40
- fetch-depth : 0
41
-
42
37
- name : Install development requirements and project
43
38
shell : bash
44
39
run : |
45
- pip install doit
40
+ pip install doit tomlkit
46
41
doit install
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 90
90
91
91
steps :
92
92
- name : Checkout repository
93
- uses : actions/checkout@v2
93
+ uses : actions/checkout@v3
94
94
with :
95
95
fetch-depth : 0
96
96
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 0
30
30
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
with :
32
32
fetch-depth : 0
33
33
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
with :
28
28
fetch-depth : 0
29
29
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v3
47
47
with :
48
48
fetch-depth : 0
49
49
56
56
run : doit test
57
57
58
58
- name : Upload coverage
59
- uses : codecov/codecov-action@v2.1.0
59
+ uses : codecov/codecov-action@v3
60
60
with :
61
61
flags : unit
62
62
env_vars : OS,PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments