File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
architecture : x64
Original file line number Diff line number Diff line change 17
17
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
architecture : x64
Original file line number Diff line number Diff line change 16
16
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
architecture : x64
38
38
39
39
40
40
- name : Set up Python
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
architecture : x64
64
64
fetch-depth : 0
65
65
66
66
- name : Set up Python
67
- uses : actions/setup-python@v4
67
+ uses : actions/setup-python@v5
68
68
with :
69
69
python-version : ${{ matrix.python-version }}
70
70
architecture : x64
83
83
pytest-coverage-path : ./pytest-coverage.txt
84
84
junitxml-path : ./pytest.xml
85
85
hide-badge : true
86
- create-new-comment : false
86
+ create-new-comment : true
87
87
88
88
- name : Generate coverage badge
89
89
run : coverage-badge -f -o docs/coverage.svg
@@ -124,7 +124,7 @@ jobs:
124
124
fetch-depth : 0
125
125
126
126
- name : Set up Python
127
- uses : actions/setup-python@v4
127
+ uses : actions/setup-python@v5
128
128
with :
129
129
python-version : ${{ matrix.python-version }}
130
130
architecture : x64
You can’t perform that action at this time.
0 commit comments