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 22
22
23
23
steps :
24
24
- uses : " actions/checkout@v4"
25
- - uses : " actions/setup-python@v4 "
25
+ - uses : " actions/setup-python@v5 "
26
26
27
27
with :
28
28
python-version : " ${{ matrix.python-version }}"
40
40
41
41
# We always use a modern Python version for combining coverage to prevent
42
42
# parsing errors in older versions for modern code.
43
- - uses : " actions/setup-python@v4 "
43
+ - uses : " actions/setup-python@v5 "
44
44
with :
45
45
python-version : " 3.8"
46
46
64
64
65
65
steps :
66
66
- uses : " actions/checkout@v4"
67
- - uses : " actions/setup-python@v4 "
67
+ - uses : " actions/setup-python@v5 "
68
68
69
69
with :
70
70
python-version : " 3.8"
91
91
92
92
steps :
93
93
- uses : " actions/checkout@v4"
94
- - uses : " actions/setup-python@v4 "
94
+ - uses : " actions/setup-python@v5 "
95
95
96
96
with :
97
97
python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments