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:
245
245
fetch-depth : ' 0'
246
246
submodules : ' recursive'
247
247
248
- - uses : actions/setup-python@v4
248
+ - uses : actions/setup-python@v5
249
249
with :
250
250
# force a 3.7 is ok, build.py will handle actual python env
251
251
python-version : 3.7
Original file line number Diff line number Diff line change 21
21
with :
22
22
token : ${{ secrets.GARDENER_PAT }}
23
23
fetch-depth : ' 0'
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : 3.9
27
27
- name : Check Current CI Status
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : 3.11
16
16
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
submodules : ' recursive'
255
255
fetch-depth : ' 0'
256
256
257
- - uses : actions/setup-python@v4
257
+ - uses : actions/setup-python@v5
258
258
with :
259
259
python-version : ${{ matrix.python }}
260
260
@@ -305,7 +305,7 @@ jobs:
305
305
runs-on : ubuntu-latest
306
306
steps :
307
307
- uses : actions/checkout@v3
308
- - uses : actions/setup-python@v4
308
+ - uses : actions/setup-python@v5
309
309
with :
310
310
python-version : 3.9
311
311
@@ -348,7 +348,7 @@ jobs:
348
348
with :
349
349
fetch-depth : 0
350
350
351
- - uses : actions/setup-python@v4
351
+ - uses : actions/setup-python@v5
352
352
with :
353
353
python-version : 3.9
354
354
You can’t perform that action at this time.
0 commit comments