Skip to content

Commit 32bdae6

Browse files
Bump actions/setup-python from 4 to 5 (#5153)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c7a161 commit 32bdae6

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
version: ${{ matrix.docker_buildx }}
304304
driver: docker-container
305305
- name: setup python environment
306-
uses: actions/setup-python@v4
306+
uses: actions/setup-python@v5
307307
with:
308308
python-version: ${{ matrix.python }}
309309
cache: "pip"
@@ -344,7 +344,7 @@ jobs:
344344
version: ${{ matrix.docker_buildx }}
345345
driver: docker-container
346346
- name: setup python environment
347-
uses: actions/setup-python@v4
347+
uses: actions/setup-python@v5
348348
with:
349349
python-version: ${{ matrix.python }}
350350
cache: "pip"
@@ -380,7 +380,7 @@ jobs:
380380
version: ${{ matrix.docker_buildx }}
381381
driver: docker-container
382382
- name: setup python environment
383-
uses: actions/setup-python@v4
383+
uses: actions/setup-python@v5
384384
with:
385385
python-version: ${{ matrix.python }}
386386
cache: "pip"
@@ -416,7 +416,7 @@ jobs:
416416
version: ${{ matrix.docker_buildx }}
417417
driver: docker-container
418418
- name: setup python environment
419-
uses: actions/setup-python@v4
419+
uses: actions/setup-python@v5
420420
with:
421421
python-version: ${{ matrix.python }}
422422
cache: "pip"
@@ -455,7 +455,7 @@ jobs:
455455
version: ${{ matrix.docker_buildx }}
456456
driver: docker-container
457457
- name: setup python environment
458-
uses: actions/setup-python@v4
458+
uses: actions/setup-python@v5
459459
with:
460460
python-version: ${{ matrix.python }}
461461
cache: "pip"
@@ -496,7 +496,7 @@ jobs:
496496
version: ${{ matrix.docker_buildx }}
497497
driver: docker-container
498498
- name: setup python environment
499-
uses: actions/setup-python@v4
499+
uses: actions/setup-python@v5
500500
with:
501501
python-version: ${{ matrix.python }}
502502
cache: "pip"
@@ -529,7 +529,7 @@ jobs:
529529
version: ${{ matrix.docker_buildx }}
530530
driver: docker-container
531531
- name: setup python environment
532-
uses: actions/setup-python@v4
532+
uses: actions/setup-python@v5
533533
with:
534534
python-version: ${{ matrix.python }}
535535
cache: "pip"
@@ -571,7 +571,7 @@ jobs:
571571
version: ${{ matrix.docker_buildx }}
572572
driver: docker-container
573573
- name: setup python environment
574-
uses: actions/setup-python@v4
574+
uses: actions/setup-python@v5
575575
with:
576576
python-version: ${{ matrix.python }}
577577
cache: "pip"
@@ -610,7 +610,7 @@ jobs:
610610
version: ${{ matrix.docker_buildx }}
611611
driver: docker-container
612612
- name: setup python environment
613-
uses: actions/setup-python@v4
613+
uses: actions/setup-python@v5
614614
with:
615615
python-version: ${{ matrix.python }}
616616
cache: "pip"
@@ -655,7 +655,7 @@ jobs:
655655
version: ${{ matrix.docker_buildx }}
656656
driver: docker-container
657657
- name: setup python environment
658-
uses: actions/setup-python@v4
658+
uses: actions/setup-python@v5
659659
with:
660660
python-version: ${{ matrix.python }}
661661
cache: "pip"
@@ -704,7 +704,7 @@ jobs:
704704
version: ${{ matrix.docker_buildx }}
705705
driver: docker-container
706706
- name: setup python environment
707-
uses: actions/setup-python@v4
707+
uses: actions/setup-python@v5
708708
with:
709709
python-version: ${{ matrix.python }}
710710
cache: "pip"
@@ -751,7 +751,7 @@ jobs:
751751
version: ${{ matrix.docker_buildx }}
752752
driver: docker-container
753753
- name: setup python environment
754-
uses: actions/setup-python@v4
754+
uses: actions/setup-python@v5
755755
with:
756756
python-version: ${{ matrix.python }}
757757
cache: "pip"
@@ -787,7 +787,7 @@ jobs:
787787
version: ${{ matrix.docker_buildx }}
788788
driver: docker-container
789789
- name: setup python environment
790-
uses: actions/setup-python@v4
790+
uses: actions/setup-python@v5
791791
with:
792792
python-version: ${{ matrix.python }}
793793
cache: "pip"
@@ -832,7 +832,7 @@ jobs:
832832
version: ${{ matrix.docker_buildx }}
833833
driver: docker-container
834834
- name: setup python environment
835-
uses: actions/setup-python@v4
835+
uses: actions/setup-python@v5
836836
with:
837837
python-version: ${{ matrix.python }}
838838
cache: "pip"
@@ -871,7 +871,7 @@ jobs:
871871
version: ${{ matrix.docker_buildx }}
872872
driver: docker-container
873873
- name: setup python environment
874-
uses: actions/setup-python@v4
874+
uses: actions/setup-python@v5
875875
with:
876876
python-version: ${{ matrix.python }}
877877
cache: "pip"
@@ -910,7 +910,7 @@ jobs:
910910
version: ${{ matrix.docker_buildx }}
911911
driver: docker-container
912912
- name: setup python environment
913-
uses: actions/setup-python@v4
913+
uses: actions/setup-python@v5
914914
with:
915915
python-version: ${{ matrix.python }}
916916
cache: "pip"
@@ -949,7 +949,7 @@ jobs:
949949
version: ${{ matrix.docker_buildx }}
950950
driver: docker-container
951951
- name: setup python environment
952-
uses: actions/setup-python@v4
952+
uses: actions/setup-python@v5
953953
with:
954954
python-version: ${{ matrix.python }}
955955
cache: "pip"
@@ -998,7 +998,7 @@ jobs:
998998
version: ${{ matrix.docker_buildx }}
999999
driver: docker-container
10001000
- name: setup python environment
1001-
uses: actions/setup-python@v4
1001+
uses: actions/setup-python@v5
10021002
with:
10031003
python-version: ${{ matrix.python }}
10041004
cache: "pip"
@@ -1037,7 +1037,7 @@ jobs:
10371037
version: ${{ matrix.docker_buildx }}
10381038
driver: docker-container
10391039
- name: setup python environment
1040-
uses: actions/setup-python@v4
1040+
uses: actions/setup-python@v5
10411041
with:
10421042
python-version: ${{ matrix.python }}
10431043
cache: "pip"
@@ -1076,7 +1076,7 @@ jobs:
10761076
version: ${{ matrix.docker_buildx }}
10771077
driver: docker-container
10781078
- name: setup python environment
1079-
uses: actions/setup-python@v4
1079+
uses: actions/setup-python@v5
10801080
with:
10811081
python-version: ${{ matrix.python }}
10821082
cache: "pip"
@@ -1125,7 +1125,7 @@ jobs:
11251125
version: ${{ matrix.docker_buildx }}
11261126
driver: docker-container
11271127
- name: setup python environment
1128-
uses: actions/setup-python@v4
1128+
uses: actions/setup-python@v5
11291129
with:
11301130
python-version: ${{ matrix.python }}
11311131
cache: "pip"
@@ -1195,7 +1195,7 @@ jobs:
11951195
version: ${{ matrix.docker_buildx }}
11961196
driver: docker-container
11971197
- name: setup python environment
1198-
uses: actions/setup-python@v4
1198+
uses: actions/setup-python@v5
11991199
with:
12001200
python-version: ${{ matrix.python }}
12011201
cache: "pip"
@@ -1228,7 +1228,7 @@ jobs:
12281228
version: ${{ matrix.docker_buildx }}
12291229
driver: docker-container
12301230
- name: setup python environment
1231-
uses: actions/setup-python@v4
1231+
uses: actions/setup-python@v5
12321232
with:
12331233
python-version: ${{ matrix.python }}
12341234
cache: "pip"
@@ -1267,7 +1267,7 @@ jobs:
12671267
version: ${{ matrix.docker_buildx }}
12681268
driver: docker-container
12691269
- name: setup python environment
1270-
uses: actions/setup-python@v4
1270+
uses: actions/setup-python@v5
12711271
with:
12721272
python-version: ${{ matrix.python }}
12731273
cache: "pip"
@@ -1306,7 +1306,7 @@ jobs:
13061306
version: ${{ matrix.docker_buildx }}
13071307
driver: docker-container
13081308
- name: setup python environment
1309-
uses: actions/setup-python@v4
1309+
uses: actions/setup-python@v5
13101310
with:
13111311
python-version: ${{ matrix.python }}
13121312
cache: "pip"
@@ -1345,7 +1345,7 @@ jobs:
13451345
version: ${{ matrix.docker_buildx }}
13461346
driver: docker-container
13471347
- name: setup python environment
1348-
uses: actions/setup-python@v4
1348+
uses: actions/setup-python@v5
13491349
with:
13501350
python-version: ${{ matrix.python }}
13511351
cache: "pip"
@@ -1384,7 +1384,7 @@ jobs:
13841384
version: ${{ matrix.docker_buildx }}
13851385
driver: docker-container
13861386
- name: setup python environment
1387-
uses: actions/setup-python@v4
1387+
uses: actions/setup-python@v5
13881388
with:
13891389
python-version: ${{ matrix.python }}
13901390
cache: "pip"
@@ -1423,7 +1423,7 @@ jobs:
14231423
version: ${{ matrix.docker_buildx }}
14241424
driver: docker-container
14251425
- name: setup python environment
1426-
uses: actions/setup-python@v4
1426+
uses: actions/setup-python@v5
14271427
with:
14281428
python-version: ${{ matrix.python }}
14291429
cache: "pip"
@@ -1463,7 +1463,7 @@ jobs:
14631463
- name: install rclone
14641464
run: sudo ./ci/github/helpers/install_rclone.bash
14651465
- name: setup python environment
1466-
uses: actions/setup-python@v4
1466+
uses: actions/setup-python@v5
14671467
with:
14681468
python-version: ${{ matrix.python }}
14691469
cache: "pip"
@@ -1549,7 +1549,7 @@ jobs:
15491549
version: ${{ matrix.docker_buildx }}
15501550
driver: docker-container
15511551
- name: setup python environment
1552-
uses: actions/setup-python@v4
1552+
uses: actions/setup-python@v5
15531553
with:
15541554
python-version: ${{ matrix.python }}
15551555
cache: "pip"
@@ -1601,7 +1601,7 @@ jobs:
16011601
version: ${{ matrix.docker_buildx }}
16021602
driver: docker-container
16031603
- name: setup python environment
1604-
uses: actions/setup-python@v4
1604+
uses: actions/setup-python@v5
16051605
with:
16061606
python-version: ${{ matrix.python }}
16071607
cache: "pip"
@@ -1655,7 +1655,7 @@ jobs:
16551655
version: ${{ matrix.docker_buildx }}
16561656
driver: docker-container
16571657
- name: setup python environment
1658-
uses: actions/setup-python@v4
1658+
uses: actions/setup-python@v5
16591659
with:
16601660
python-version: ${{ matrix.python }}
16611661
cache: "pip"
@@ -1711,7 +1711,7 @@ jobs:
17111711
- name: setup rclone docker volume plugin
17121712
run: sudo ./ci/github/helpers/install_rclone_docker_volume_plugin.bash
17131713
- name: setup python environment
1714-
uses: actions/setup-python@v4
1714+
uses: actions/setup-python@v5
17151715
with:
17161716
python-version: ${{ matrix.python }}
17171717
cache: "pip"
@@ -1767,7 +1767,7 @@ jobs:
17671767
version: ${{ matrix.docker_buildx }}
17681768
driver: docker-container
17691769
- name: setup python environment
1770-
uses: actions/setup-python@v4
1770+
uses: actions/setup-python@v5
17711771
with:
17721772
python-version: ${{ matrix.python }}
17731773
cache: "pip"
@@ -1824,7 +1824,7 @@ jobs:
18241824
driver: docker-container
18251825

18261826
- name: setup python environment
1827-
uses: actions/setup-python@v4
1827+
uses: actions/setup-python@v5
18281828
with:
18291829
python-version: ${{ matrix.python }}
18301830
cache: "pip"
@@ -1894,7 +1894,7 @@ jobs:
18941894
- name: install rclone
18951895
run: sudo ./ci/github/helpers/install_rclone.bash
18961896
- name: setup python environment
1897-
uses: actions/setup-python@v4
1897+
uses: actions/setup-python@v5
18981898
with:
18991899
python-version: ${{ matrix.python }}
19001900
cache: "pip"
@@ -1970,7 +1970,7 @@ jobs:
19701970
version: ${{ matrix.docker_buildx }}
19711971
driver: docker-container
19721972
- name: setup python environment
1973-
uses: actions/setup-python@v4
1973+
uses: actions/setup-python@v5
19741974
with:
19751975
python-version: ${{ matrix.python }}
19761976
cache: "pip"
@@ -2023,7 +2023,7 @@ jobs:
20232023
version: ${{ matrix.docker_buildx }}
20242024
driver: docker-container
20252025
- name: setup python environment
2026-
uses: actions/setup-python@v4
2026+
uses: actions/setup-python@v5
20272027
with:
20282028
python-version: ${{ matrix.python }}
20292029
cache: "pip"
@@ -2082,7 +2082,7 @@ jobs:
20822082
version: ${{ matrix.docker_buildx }}
20832083
driver: docker-container
20842084
- name: setup python environment
2085-
uses: actions/setup-python@v4
2085+
uses: actions/setup-python@v5
20862086
with:
20872087
python-version: ${{ matrix.python }}
20882088
cache: "pip"
@@ -2152,7 +2152,7 @@ jobs:
21522152
version: ${{ matrix.docker_buildx }}
21532153
driver: docker-container
21542154
- name: setup python environment
2155-
uses: actions/setup-python@v4
2155+
uses: actions/setup-python@v5
21562156
with:
21572157
python-version: ${{ matrix.python }}
21582158
cache: "pip"

0 commit comments

Comments
 (0)