File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
- - uses : actions/setup-python@v4
27
+ - uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ env.PYTHON_LATEST }}
30
30
- name : Install GitHub matcher for ActionLint checker
65
65
66
66
steps :
67
67
- uses : actions/checkout@v4
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
if : " !endsWith(matrix.python-version, '-dev')"
70
70
with :
71
71
python-version : ${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
jobs : ${{ toJSON(needs) }}
102
102
- uses : actions/checkout@v4
103
- - uses : actions/setup-python@v4
103
+ - uses : actions/setup-python@v5
104
104
with :
105
105
python-version : ${{ env.PYTHON_LATEST }}
106
106
- name : Install Coverage.py
You can’t perform that action at this time.
0 commit comments