33
33
python : [3.13.0t, 3.13.1t, 3.13.2t]
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : setup-python ${{ matrix.python }}
39
39
id : setup-python
70
70
python : [3.13.0t, 3.13.1t, 3.13.2t]
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
75
75
- name : build-version-file ${{ matrix.python }}
76
76
run : echo ${{ matrix.python }} > .python-version
@@ -110,7 +110,7 @@ jobs:
110
110
python : [3.13.0t, 3.13.1t, 3.13.2t]
111
111
steps :
112
112
- name : Checkout
113
- uses : actions/checkout@v4
113
+ uses : actions/checkout@v5
114
114
115
115
- name : build-version-file ${{ matrix.python }}
116
116
run : echo ${{ matrix.python }} > .python-version
@@ -148,7 +148,7 @@ jobs:
148
148
python : [3.13.0, 3.13.1, 3.13.2]
149
149
steps :
150
150
- name : Checkout
151
- uses : actions/checkout@v4
151
+ uses : actions/checkout@v5
152
152
153
153
- name : build-version-file ${{ matrix.python }}
154
154
run : |
@@ -189,7 +189,7 @@ jobs:
189
189
python : [3.13.0, 3.13.1, 3.13.2]
190
190
steps :
191
191
- name : Checkout
192
- uses : actions/checkout@v4
192
+ uses : actions/checkout@v5
193
193
194
194
- name : build-version-file ${{ matrix.python }}
195
195
run : |
@@ -230,7 +230,7 @@ jobs:
230
230
python : [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
231
231
steps :
232
232
- name : Checkout
233
- uses : actions/checkout@v4
233
+ uses : actions/checkout@v5
234
234
235
235
- name : build-tool-versions-file ${{ matrix.python }}
236
236
run : |
@@ -261,7 +261,7 @@ jobs:
261
261
python : [3.13t, 3.14t-dev]
262
262
steps :
263
263
- name : Checkout
264
- uses : actions/checkout@v4
264
+ uses : actions/checkout@v5
265
265
266
266
- name : build-version-file ${{ matrix.python }}
267
267
run : |
@@ -301,7 +301,7 @@ jobs:
301
301
python : [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev]
302
302
steps :
303
303
- name : Checkout
304
- uses : actions/checkout@v4
304
+ uses : actions/checkout@v5
305
305
306
306
- name : build-version-file ${{ matrix.python }}
307
307
run : |
@@ -340,7 +340,7 @@ jobs:
340
340
]
341
341
steps :
342
342
- name : Checkout
343
- uses : actions/checkout@v4
343
+ uses : actions/checkout@v5
344
344
345
345
- name : setup-python 3.14.0-alpha.6
346
346
id : setup-python
@@ -377,7 +377,7 @@ jobs:
377
377
]
378
378
steps :
379
379
- name : Checkout
380
- uses : actions/checkout@v4
380
+ uses : actions/checkout@v5
381
381
382
382
- name : setup-python 3.14t-dev
383
383
id : setup-python
@@ -414,7 +414,7 @@ jobs:
414
414
]
415
415
steps :
416
416
- name : Checkout
417
- uses : actions/checkout@v4
417
+ uses : actions/checkout@v5
418
418
419
419
- name : setup-python 3.14t
420
420
id : setup-python
@@ -453,7 +453,7 @@ jobs:
453
453
python : [3.13.0t, 3.13.1t, 3.13.2t]
454
454
steps :
455
455
- name : Checkout
456
- uses : actions/checkout@v4
456
+ uses : actions/checkout@v5
457
457
458
458
- name : setup-python ${{ matrix.python }}
459
459
id : setup-python
@@ -485,7 +485,7 @@ jobs:
485
485
]
486
486
python-version : [3.13t, 3.14t-dev]
487
487
steps :
488
- - uses : actions/checkout@v4
488
+ - uses : actions/checkout@v5
489
489
- name : Setup Python and check latest
490
490
id : setup-python
491
491
uses : ./
@@ -511,7 +511,7 @@ jobs:
511
511
macos-13
512
512
]
513
513
steps :
514
- - uses : actions/checkout@v4
514
+ - uses : actions/checkout@v5
515
515
- name : Setup Python and check latest
516
516
id : setup-python
517
517
uses : ./
@@ -542,7 +542,7 @@ jobs:
542
542
python : [3.13.1, 3.13.2, 3.14-dev, 3.14.0-alpha.6]
543
543
steps :
544
544
- name : Checkout
545
- uses : actions/checkout@v4
545
+ uses : actions/checkout@v5
546
546
- name : setup-python ${{ matrix.python }}
547
547
id : setup-python
548
548
uses : ./
0 commit comments