@@ -114,7 +114,7 @@ jobs:
114114 - uses : actions/checkout@v5
115115 - name : Set up Python ${{ matrix.python-version }}
116116 id : sp
117- uses : actions/setup-python@v5
117+ uses : actions/setup-python@v6
118118 with :
119119 python-version : ${{ matrix.python-version }}
120120 - name : Install uv
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - uses : actions/checkout@v5
177177 - name : Set up Python ${{ matrix.python-version }}
178- uses : actions/setup-python@v5
178+ uses : actions/setup-python@v6
179179 id : sp
180180 with :
181181 python-version : ${{ matrix.python-version }}
@@ -274,7 +274,7 @@ jobs:
274274 steps :
275275 - uses : actions/checkout@v5
276276 - name : Set up Python ${{ matrix.python-version }}
277- uses : actions/setup-python@v5
277+ uses : actions/setup-python@v6
278278 id : sp
279279 with :
280280 python-version : ${{ matrix.python-version }}
@@ -379,7 +379,7 @@ jobs:
379379 steps :
380380 - uses : actions/checkout@v5
381381 - name : Set up Python ${{ matrix.python-version }}
382- uses : actions/setup-python@v5
382+ uses : actions/setup-python@v6
383383 id : sp
384384 with :
385385 python-version : ${{ matrix.python-version }}
@@ -481,7 +481,7 @@ jobs:
481481 - uses : actions/checkout@v5
482482 - name : Set up Python ${{ matrix.python-version }}
483483 id : sp
484- uses : actions/setup-python@v5
484+ uses : actions/setup-python@v6
485485 with :
486486 python-version : ${{ matrix.python-version }}
487487 - name : Install Emacs
@@ -551,7 +551,7 @@ jobs:
551551 steps :
552552 - uses : actions/checkout@v5
553553 - name : Set up Python ${{ matrix.python-version }}
554- uses : actions/setup-python@v5
554+ uses : actions/setup-python@v6
555555 id : sp
556556 with :
557557 python-version : ${{ matrix.python-version }}
@@ -612,7 +612,7 @@ jobs:
612612 steps :
613613 - uses : actions/checkout@v5
614614 - name : Set up Python ${{ matrix.python-version }}
615- uses : actions/setup-python@v5
615+ uses : actions/setup-python@v6
616616 id : sp
617617 with :
618618 python-version : ${{ matrix.python-version }}
@@ -654,7 +654,7 @@ jobs:
654654 contents : read
655655 steps :
656656 - uses : actions/checkout@v5
657- - uses : actions/setup-python@v5
657+ - uses : actions/setup-python@v6
658658 id : sp
659659 with :
660660 python-version : ' 3.12'
0 commit comments