@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v5
115
115
- name : Set up Python ${{ matrix.python-version }}
116
116
id : sp
117
- uses : actions/setup-python@v5
117
+ uses : actions/setup-python@v6
118
118
with :
119
119
python-version : ${{ matrix.python-version }}
120
120
- name : Install uv
@@ -175,7 +175,7 @@ jobs:
175
175
steps :
176
176
- uses : actions/checkout@v5
177
177
- name : Set up Python ${{ matrix.python-version }}
178
- uses : actions/setup-python@v5
178
+ uses : actions/setup-python@v6
179
179
id : sp
180
180
with :
181
181
python-version : ${{ matrix.python-version }}
@@ -274,7 +274,7 @@ jobs:
274
274
steps :
275
275
- uses : actions/checkout@v5
276
276
- name : Set up Python ${{ matrix.python-version }}
277
- uses : actions/setup-python@v5
277
+ uses : actions/setup-python@v6
278
278
id : sp
279
279
with :
280
280
python-version : ${{ matrix.python-version }}
@@ -379,7 +379,7 @@ jobs:
379
379
steps :
380
380
- uses : actions/checkout@v5
381
381
- name : Set up Python ${{ matrix.python-version }}
382
- uses : actions/setup-python@v5
382
+ uses : actions/setup-python@v6
383
383
id : sp
384
384
with :
385
385
python-version : ${{ matrix.python-version }}
@@ -481,7 +481,7 @@ jobs:
481
481
- uses : actions/checkout@v5
482
482
- name : Set up Python ${{ matrix.python-version }}
483
483
id : sp
484
- uses : actions/setup-python@v5
484
+ uses : actions/setup-python@v6
485
485
with :
486
486
python-version : ${{ matrix.python-version }}
487
487
- name : Install Emacs
@@ -551,7 +551,7 @@ jobs:
551
551
steps :
552
552
- uses : actions/checkout@v5
553
553
- name : Set up Python ${{ matrix.python-version }}
554
- uses : actions/setup-python@v5
554
+ uses : actions/setup-python@v6
555
555
id : sp
556
556
with :
557
557
python-version : ${{ matrix.python-version }}
@@ -612,7 +612,7 @@ jobs:
612
612
steps :
613
613
- uses : actions/checkout@v5
614
614
- name : Set up Python ${{ matrix.python-version }}
615
- uses : actions/setup-python@v5
615
+ uses : actions/setup-python@v6
616
616
id : sp
617
617
with :
618
618
python-version : ${{ matrix.python-version }}
@@ -654,7 +654,7 @@ jobs:
654
654
contents : read
655
655
steps :
656
656
- uses : actions/checkout@v5
657
- - uses : actions/setup-python@v5
657
+ - uses : actions/setup-python@v6
658
658
id : sp
659
659
with :
660
660
python-version : ' 3.12'
0 commit comments