File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments