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 5353 submodules : true
5454
5555 - name : Set up Python
56- uses : actions/setup-python@v4
56+ uses : actions/setup-python@v5
5757 with :
5858 python-version : ${{ matrix.python }}
5959 cache : ' pip'
@@ -234,7 +234,7 @@ jobs:
234234 submodules : true
235235
236236 - name : Set up Python
237- uses : actions/setup-python@v4
237+ uses : actions/setup-python@v5
238238 with :
239239 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
240240 cache : ' pip'
@@ -306,7 +306,7 @@ jobs:
306306 submodules : true
307307
308308 - name : Set up Python
309- uses : actions/setup-python@v4
309+ uses : actions/setup-python@v5
310310 with :
311311 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
312312 cache : ' pip'
@@ -348,7 +348,7 @@ jobs:
348348 submodules : true
349349
350350 - name : Set up Python
351- uses : actions/setup-python@v4
351+ uses : actions/setup-python@v5
352352 with :
353353 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
354354 cache : ' pip'
You can’t perform that action at this time.
0 commit comments