File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ jobs:
332
332
uses : lukka/get-cmake@latest
333
333
334
334
- name : Setup Python
335
- uses : actions/setup-python@v4
335
+ uses : actions/setup-python@v5
336
336
with :
337
337
python-version : " 3.9"
338
338
@@ -524,7 +524,7 @@ jobs:
524
524
git submodule update --init --recursive
525
525
526
526
- name : Install Python
527
- uses : actions/setup-python@v4
527
+ uses : actions/setup-python@v5
528
528
with :
529
529
python-version : " 3.9"
530
530
@@ -589,7 +589,7 @@ jobs:
589
589
590
590
591
591
- name : Install Python
592
- uses : actions/setup-python@v4
592
+ uses : actions/setup-python@v5
593
593
with :
594
594
python-version : " 3.9"
595
595
@@ -662,7 +662,7 @@ jobs:
662
662
uses : lukka/get-cmake@latest
663
663
664
664
- name : Setup Python
665
- uses : actions/setup-python@v4
665
+ uses : actions/setup-python@v5
666
666
with :
667
667
python-version : " 3.9"
668
668
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276
276
submodules : recursive
277
277
278
278
- name : Setup Python
279
- uses : actions/setup-python@v4
279
+ uses : actions/setup-python@v5
280
280
with :
281
281
python-version : " 3.9"
282
282
@@ -364,7 +364,7 @@ jobs:
364
364
submodules : recursive
365
365
366
366
- name : Setup Python
367
- uses : actions/setup-python@v4
367
+ uses : actions/setup-python@v5
368
368
with :
369
369
python-version : ' 3.9' # update once build dependencies are available
370
370
@@ -402,7 +402,7 @@ jobs:
402
402
path : dist
403
403
404
404
- name : Setup Python
405
- uses : actions/setup-python@v4
405
+ uses : actions/setup-python@v5
406
406
407
407
- name : Install Requirements
408
408
run : pip install -r requirements.txt
@@ -550,7 +550,7 @@ jobs:
550
550
# submodules: recursive
551
551
#
552
552
# - name: Setup Python
553
- # uses: actions/setup-python@v4
553
+ # uses: actions/setup-python@v5
554
554
# with:
555
555
# python-version: "3.9" # update once build dependencies are available
556
556
#
You can’t perform that action at this time.
0 commit comments