2323 runs-on : ubuntu-latest
2424 timeout-minutes : 8
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
@@ -108,7 +108,7 @@ jobs:
108108 cmake-version : " 4.0"
109109
110110 steps :
111- - uses : actions/checkout@v4
111+ - uses : actions/checkout@v5
112112 with :
113113 persist-credentials : false
114114
@@ -165,7 +165,7 @@ jobs:
165165 runs-on : [ubuntu-latest, macos-13, windows-latest]
166166
167167 steps :
168- - uses : actions/checkout@v4
168+ - uses : actions/checkout@v5
169169 with :
170170 persist-credentials : false
171171
@@ -209,7 +209,7 @@ jobs:
209209 timeout-minutes : 40
210210 container : quay.io/pypa/musllinux_1_2_x86_64:latest
211211 steps :
212- - uses : actions/checkout@v4
212+ - uses : actions/checkout@v5
213213 with :
214214 fetch-depth : 0
215215 persist-credentials : false
@@ -229,7 +229,7 @@ jobs:
229229 timeout-minutes : 40
230230
231231 steps :
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v5
233233 with :
234234 fetch-depth : 0
235235 persist-credentials : false
@@ -268,7 +268,7 @@ jobs:
268268 pacboy : >-
269269 python:p python-pip:p gcc:p cmake:p
270270
271- - uses : actions/checkout@v4
271+ - uses : actions/checkout@v5
272272 with :
273273 fetch-depth : 0
274274 persist-credentials : false
@@ -301,7 +301,7 @@ jobs:
301301 pacboy : >-
302302 python:p python-pip:p gcc:p cmake:p
303303
304- - uses : actions/checkout@v4
304+ - uses : actions/checkout@v5
305305 with :
306306 fetch-depth : 0
307307 persist-credentials : false
@@ -322,7 +322,7 @@ jobs:
322322 timeout-minutes : 5
323323
324324 steps :
325- - uses : actions/checkout@v4
325+ - uses : actions/checkout@v5
326326 with :
327327 fetch-depth : 0
328328 persist-credentials : false
@@ -338,7 +338,7 @@ jobs:
338338 runs-on : [ubuntu-latest, macos-latest] # Windows command output issue (wrong Python selected)
339339
340340 steps :
341- - uses : actions/checkout@v4
341+ - uses : actions/checkout@v5
342342 with :
343343 fetch-depth : 0
344344 persist-credentials : false
0 commit comments