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 23
23
24
24
steps :
25
25
- uses : " actions/checkout@v3"
26
- - uses : " actions/setup-python@v3 "
26
+ - uses : " actions/setup-python@v4 "
27
27
28
28
with :
29
29
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@v3 "
43
+ - uses : " actions/setup-python@v4 "
44
44
with :
45
45
python-version : " 3.8"
46
46
64
64
65
65
steps :
66
66
- uses : " actions/checkout@v3"
67
- - uses : " actions/setup-python@v3 "
67
+ - uses : " actions/setup-python@v4 "
68
68
69
69
with :
70
70
python-version : " 3.8"
91
91
92
92
steps :
93
93
- uses : " actions/checkout@v3"
94
- - uses : " actions/setup-python@v3 "
94
+ - uses : " actions/setup-python@v4 "
95
95
96
96
with :
97
97
python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments