3333 python : [3.13.0t, 3.13.1t, 3.13.2t]
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : setup-python ${{ matrix.python }}
3939 id : setup-python
7070 python : [3.13.0t, 3.13.1t, 3.13.2t]
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474
7575 - name : build-version-file ${{ matrix.python }}
7676 run : echo ${{ matrix.python }} > .python-version
@@ -110,7 +110,7 @@ jobs:
110110 python : [3.13.0t, 3.13.1t, 3.13.2t]
111111 steps :
112112 - name : Checkout
113- uses : actions/checkout@v4
113+ uses : actions/checkout@v5
114114
115115 - name : build-version-file ${{ matrix.python }}
116116 run : echo ${{ matrix.python }} > .python-version
@@ -148,7 +148,7 @@ jobs:
148148 python : [3.13.0, 3.13.1, 3.13.2]
149149 steps :
150150 - name : Checkout
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152
153153 - name : build-version-file ${{ matrix.python }}
154154 run : |
@@ -189,7 +189,7 @@ jobs:
189189 python : [3.13.0, 3.13.1, 3.13.2]
190190 steps :
191191 - name : Checkout
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v5
193193
194194 - name : build-version-file ${{ matrix.python }}
195195 run : |
@@ -230,7 +230,7 @@ jobs:
230230 python : [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
231231 steps :
232232 - name : Checkout
233- uses : actions/checkout@v4
233+ uses : actions/checkout@v5
234234
235235 - name : build-tool-versions-file ${{ matrix.python }}
236236 run : |
@@ -261,7 +261,7 @@ jobs:
261261 python : [3.13t, 3.14t-dev]
262262 steps :
263263 - name : Checkout
264- uses : actions/checkout@v4
264+ uses : actions/checkout@v5
265265
266266 - name : build-version-file ${{ matrix.python }}
267267 run : |
@@ -301,7 +301,7 @@ jobs:
301301 python : [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
302302 steps :
303303 - name : Checkout
304- uses : actions/checkout@v4
304+ uses : actions/checkout@v5
305305
306306 - name : build-version-file ${{ matrix.python }}
307307 run : |
@@ -340,7 +340,7 @@ jobs:
340340 ]
341341 steps :
342342 - name : Checkout
343- uses : actions/checkout@v4
343+ uses : actions/checkout@v5
344344
345345 - name : setup-python 3.14.0-alpha.6
346346 id : setup-python
@@ -377,7 +377,7 @@ jobs:
377377 ]
378378 steps :
379379 - name : Checkout
380- uses : actions/checkout@v4
380+ uses : actions/checkout@v5
381381
382382 - name : setup-python 3.14t-dev
383383 id : setup-python
@@ -414,7 +414,7 @@ jobs:
414414 ]
415415 steps :
416416 - name : Checkout
417- uses : actions/checkout@v4
417+ uses : actions/checkout@v5
418418
419419 - name : setup-python 3.14t
420420 id : setup-python
@@ -453,7 +453,7 @@ jobs:
453453 python : [3.13.0t, 3.13.1t, 3.13.2t]
454454 steps :
455455 - name : Checkout
456- uses : actions/checkout@v4
456+ uses : actions/checkout@v5
457457
458458 - name : setup-python ${{ matrix.python }}
459459 id : setup-python
@@ -485,7 +485,7 @@ jobs:
485485 ]
486486 python-version : [3.13t, 3.14t-dev]
487487 steps :
488- - uses : actions/checkout@v4
488+ - uses : actions/checkout@v5
489489 - name : Setup Python and check latest
490490 id : setup-python
491491 uses : ./
@@ -511,7 +511,7 @@ jobs:
511511 macos-13
512512 ]
513513 steps :
514- - uses : actions/checkout@v4
514+ - uses : actions/checkout@v5
515515 - name : Setup Python and check latest
516516 id : setup-python
517517 uses : ./
@@ -542,7 +542,7 @@ jobs:
542542 python : [3.13.1, 3.13.2, 3.14-dev, 3.14.0-alpha.6]
543543 steps :
544544 - name : Checkout
545- uses : actions/checkout@v4
545+ uses : actions/checkout@v5
546546 - name : setup-python ${{ matrix.python }}
547547 id : setup-python
548548 uses : ./
0 commit comments