File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
fetch-depth : 0
27
27
28
28
- name : Setup Python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Setup Python
56
- uses : actions/setup-python@v4
56
+ uses : actions/setup-python@v5
57
57
with :
58
58
python-version : " 3.9"
59
59
- name : Finish coverage collection
72
72
fetch-depth : 0
73
73
74
74
- name : Setup Python
75
- uses : actions/setup-python@v4
75
+ uses : actions/setup-python@v5
76
76
with :
77
77
python-version : " 3.9"
78
78
90
90
- uses : actions/checkout@v4
91
91
with :
92
92
fetch-depth : 0
93
- - uses : actions/setup-python@v4
93
+ - uses : actions/setup-python@v5
94
94
name : Install Python
95
95
with :
96
96
python-version : " 3.9"
You can’t perform that action at this time.
0 commit comments