2828    name : Analysis 
2929
3030    steps :
31-       - uses : actions/checkout@v4  
31+       - uses : actions/checkout@v5  
3232      - uses : actions/setup-python@v5 
3333        with :
3434          python-version : ' 3.10' 
@@ -73,14 +73,14 @@ jobs:
7373          python-version : ' 3.11' 
7474
7575      - name : Checkout server 
76-         uses : actions/checkout@v4  
76+         uses : actions/checkout@v5  
7777        with :
7878          submodules : true 
7979          repository : nextcloud/server 
8080          ref : ${{ env.NEXTCLOUD_BRANCH }} 
8181
8282      - name : Checkout Notifications 
83-         uses : actions/checkout@v4  
83+         uses : actions/checkout@v5  
8484        with :
8585          repository : nextcloud/notifications 
8686          ref : ${{ env.NEXTCLOUD_BRANCH }} 
9898          PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 & 
9999
100100name : Checkout NcPyApi 
101-         uses : actions/checkout@v4  
101+         uses : actions/checkout@v5  
102102        with :
103103          path : nc_py_api 
104104
@@ -107,7 +107,7 @@ jobs:
107107        run : python3 -m pip -v install ".[app,dev-min]" 
108108
109109      - name : Checkout AppAPI 
110-         uses : actions/checkout@v4  
110+         uses : actions/checkout@v5  
111111        with :
112112          path : apps/app_api 
113113          repository : nextcloud/app_api 
@@ -186,28 +186,28 @@ jobs:
186186          python-version : " 3.10" 
187187
188188      - name : Checkout server 
189-         uses : actions/checkout@v4  
189+         uses : actions/checkout@v5  
190190        with :
191191          submodules : true 
192192          repository : nextcloud/server 
193193          ref : ${{ matrix.nextcloud }} 
194194
195195      - name : Checkout Notifications 
196-         uses : actions/checkout@v4  
196+         uses : actions/checkout@v5  
197197        with :
198198          repository : nextcloud/notifications 
199199          ref : ${{ matrix.nextcloud }} 
200200          path : apps/notifications 
201201
202202      - name : Checkout Notes 
203-         uses : actions/checkout@v4  
203+         uses : actions/checkout@v5  
204204        with :
205205          repository : nextcloud/notes 
206206          ref : " main" 
207207          path : apps/notes 
208208
209209      - name : Checkout Files Locking 
210-         uses : actions/checkout@v4  
210+         uses : actions/checkout@v5  
211211        with :
212212          repository : nextcloud/files_lock 
213213          ref : ${{ matrix.nextcloud }} 
@@ -234,7 +234,7 @@ jobs:
234234        run : ./occ app:enable notes 
235235
236236      - name : Checkout NcPyApi 
237-         uses : actions/checkout@v4  
237+         uses : actions/checkout@v5  
238238        with :
239239          path : nc_py_api 
240240
@@ -243,7 +243,7 @@ jobs:
243243        run : python3 -m pip -v install ".[dev]" 
244244
245245      - name : Checkout AppAPI 
246-         uses : actions/checkout@v4  
246+         uses : actions/checkout@v5  
247247        with :
248248          path : apps/app_api 
249249          repository : nextcloud/app_api 
@@ -263,7 +263,7 @@ jobs:
263263          timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null 
264264
265265name : Checkout Talk 
266-         uses : actions/checkout@v4  
266+         uses : actions/checkout@v5  
267267        with :
268268          path : apps/spreed 
269269          repository : nextcloud/spreed 
@@ -359,21 +359,21 @@ jobs:
359359          python-version : ' 3.11' 
360360
361361      - name : Checkout server 
362-         uses : actions/checkout@v4  
362+         uses : actions/checkout@v5  
363363        with :
364364          submodules : true 
365365          repository : nextcloud/server 
366366          ref : ${{ matrix.nextcloud }} 
367367
368368      - name : Checkout Notifications 
369-         uses : actions/checkout@v4  
369+         uses : actions/checkout@v5  
370370        with :
371371          repository : nextcloud/notifications 
372372          ref : ${{ matrix.nextcloud }} 
373373          path : apps/notifications 
374374
375375      - name : Checkout Activity 
376-         uses : actions/checkout@v4  
376+         uses : actions/checkout@v5  
377377        with :
378378          repository : nextcloud/activity 
379379          ref : ${{ matrix.nextcloud }} 
@@ -395,7 +395,7 @@ jobs:
395395          PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 & 
396396
397397name : Checkout NcPyApi 
398-         uses : actions/checkout@v4  
398+         uses : actions/checkout@v5  
399399        with :
400400          path : nc_py_api 
401401
@@ -404,7 +404,7 @@ jobs:
404404        run : python3 -m pip -v install ".[dev]" 
405405
406406      - name : Checkout AppAPI 
407-         uses : actions/checkout@v4  
407+         uses : actions/checkout@v5  
408408        with :
409409          path : apps/app_api 
410410          repository : nextcloud/app_api 
@@ -424,7 +424,7 @@ jobs:
424424          timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null 
425425
426426name : Checkout Talk 
427-         uses : actions/checkout@v4  
427+         uses : actions/checkout@v5  
428428        with :
429429          path : apps/spreed 
430430          repository : nextcloud/spreed 
@@ -509,28 +509,28 @@ jobs:
509509          python-version : ' 3.12' 
510510
511511      - name : Checkout server 
512-         uses : actions/checkout@v4  
512+         uses : actions/checkout@v5  
513513        with :
514514          submodules : true 
515515          repository : nextcloud/server 
516516          ref : ${{ matrix.nextcloud }} 
517517
518518      - name : Checkout Activity 
519-         uses : actions/checkout@v4  
519+         uses : actions/checkout@v5  
520520        with :
521521          repository : nextcloud/activity 
522522          ref : ${{ matrix.nextcloud }} 
523523          path : apps/activity 
524524
525525      - name : Checkout Notes 
526-         uses : actions/checkout@v4  
526+         uses : actions/checkout@v5  
527527        with :
528528          repository : nextcloud/notes 
529529          ref : " main" 
530530          path : apps/notes 
531531
532532      - name : Checkout Files Locking 
533-         uses : actions/checkout@v4  
533+         uses : actions/checkout@v5  
534534        with :
535535          repository : nextcloud/files_lock 
536536          ref : ${{ matrix.nextcloud }} 
@@ -557,7 +557,7 @@ jobs:
557557        run : ./occ app:enable files_lock 
558558
559559      - name : Checkout NcPyApi 
560-         uses : actions/checkout@v4  
560+         uses : actions/checkout@v5  
561561        with :
562562          path : nc_py_api 
563563
@@ -594,7 +594,7 @@ jobs:
594594    runs-on : ubuntu-22.04 
595595    name : Upload Coverage 
596596    steps :
597-       - uses : actions/checkout@v4  
597+       - uses : actions/checkout@v5  
598598      - name : Download Coverage Artifacts 
599599        uses : actions/download-artifact@v5 
600600        with :
0 commit comments