Skip to content

Commit 7f6ed47

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 9589f18 commit 7f6ed47

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ccache: true
5151
doxygen: true
5252

53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.x
5656

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.11
3030

@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.name "github-actions[bot]"
4747
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4848
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.11
5252

@@ -326,7 +326,7 @@ jobs:
326326
ninja: true
327327
ccache: true
328328

329-
- uses: actions/setup-python@v5
329+
- uses: actions/setup-python@v6
330330
with:
331331
python-version: 3.x
332332

@@ -500,7 +500,7 @@ jobs:
500500
ninja: true
501501
ccache: true
502502

503-
- uses: actions/setup-python@v5
503+
- uses: actions/setup-python@v6
504504
with:
505505
python-version: 3.x
506506

@@ -548,7 +548,7 @@ jobs:
548548
ninja: true
549549
ccache: true
550550

551-
- uses: actions/setup-python@v5
551+
- uses: actions/setup-python@v6
552552
with:
553553
python-version: 3.x
554554

@@ -599,7 +599,7 @@ jobs:
599599
doxygen: true
600600
graphviz: true
601601

602-
- uses: actions/setup-python@v5
602+
- uses: actions/setup-python@v6
603603
with:
604604
python-version: 3.x
605605

@@ -900,7 +900,7 @@ jobs:
900900
doxygen: true
901901
graphviz: true
902902

903-
- uses: actions/setup-python@v5
903+
- uses: actions/setup-python@v6
904904
with:
905905
python-version: 3.x
906906

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/cd.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ccache: true
5151
doxygen: true
5252

53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.x
5656

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.11
3030

@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.name "github-actions[bot]"
4747
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4848

49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.11
5252

@@ -342,7 +342,7 @@ jobs:
342342
ninja: true
343343
ccache: true
344344

345-
- uses: actions/setup-python@v5
345+
- uses: actions/setup-python@v6
346346
with:
347347
python-version: 3.x
348348

@@ -528,7 +528,7 @@ jobs:
528528
ninja: true
529529
ccache: true
530530

531-
- uses: actions/setup-python@v5
531+
- uses: actions/setup-python@v6
532532
with:
533533
python-version: 3.x
534534

@@ -580,7 +580,7 @@ jobs:
580580
ninja: true
581581
ccache: true
582582

583-
- uses: actions/setup-python@v5
583+
- uses: actions/setup-python@v6
584584
with:
585585
python-version: 3.x
586586

@@ -635,7 +635,7 @@ jobs:
635635
doxygen: true
636636
graphviz: true
637637

638-
- uses: actions/setup-python@v5
638+
- uses: actions/setup-python@v6
639639
with:
640640
python-version: 3.x
641641

@@ -944,7 +944,7 @@ jobs:
944944
doxygen: true
945945
graphviz: true
946946

947-
- uses: actions/setup-python@v5
947+
- uses: actions/setup-python@v6
948948
with:
949949
python-version: 3.x
950950

0 commit comments

Comments
 (0)