File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 fetch-depth : ' 0'
246246 submodules : ' recursive'
247247
248- - uses : actions/setup-python@v4
248+ - uses : actions/setup-python@v5
249249 with :
250250 # force a 3.7 is ok, build.py will handle actual python env
251251 python-version : 3.7
Original file line number Diff line number Diff line change 2121 with :
2222 token : ${{ secrets.GARDENER_PAT }}
2323 fetch-depth : ' 0'
24- - uses : actions/setup-python@v4
24+ - uses : actions/setup-python@v5
2525 with :
2626 python-version : 3.9
2727 - name : Check Current CI Status
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : actions/setup-python@v4
13+ - uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.11
1616 - name : Install Dependencies
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254 submodules : ' recursive'
255255 fetch-depth : ' 0'
256256
257- - uses : actions/setup-python@v4
257+ - uses : actions/setup-python@v5
258258 with :
259259 python-version : ${{ matrix.python }}
260260
@@ -305,7 +305,7 @@ jobs:
305305 runs-on : ubuntu-latest
306306 steps :
307307 - uses : actions/checkout@v3
308- - uses : actions/setup-python@v4
308+ - uses : actions/setup-python@v5
309309 with :
310310 python-version : 3.9
311311
@@ -348,7 +348,7 @@ jobs:
348348 with :
349349 fetch-depth : 0
350350
351- - uses : actions/setup-python@v4
351+ - uses : actions/setup-python@v5
352352 with :
353353 python-version : 3.9
354354
You can’t perform that action at this time.
0 commit comments