28
28
name : Analysis
29
29
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ' 3.10'
@@ -73,14 +73,14 @@ jobs:
73
73
python-version : ' 3.11'
74
74
75
75
- name : Checkout server
76
- uses : actions/checkout@v4
76
+ uses : actions/checkout@v5
77
77
with :
78
78
submodules : true
79
79
repository : nextcloud/server
80
80
ref : ${{ env.NEXTCLOUD_BRANCH }}
81
81
82
82
- name : Checkout Notifications
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
with :
85
85
repository : nextcloud/notifications
86
86
ref : ${{ env.NEXTCLOUD_BRANCH }}
98
98
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
99
99
100
100
- name : Checkout NcPyApi
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
with :
103
103
path : nc_py_api
104
104
@@ -107,7 +107,7 @@ jobs:
107
107
run : python3 -m pip -v install ".[app,dev-min]"
108
108
109
109
- name : Checkout AppAPI
110
- uses : actions/checkout@v4
110
+ uses : actions/checkout@v5
111
111
with :
112
112
path : apps/app_api
113
113
repository : nextcloud/app_api
@@ -186,28 +186,28 @@ jobs:
186
186
python-version : " 3.10"
187
187
188
188
- name : Checkout server
189
- uses : actions/checkout@v4
189
+ uses : actions/checkout@v5
190
190
with :
191
191
submodules : true
192
192
repository : nextcloud/server
193
193
ref : ${{ matrix.nextcloud }}
194
194
195
195
- name : Checkout Notifications
196
- uses : actions/checkout@v4
196
+ uses : actions/checkout@v5
197
197
with :
198
198
repository : nextcloud/notifications
199
199
ref : ${{ matrix.nextcloud }}
200
200
path : apps/notifications
201
201
202
202
- name : Checkout Notes
203
- uses : actions/checkout@v4
203
+ uses : actions/checkout@v5
204
204
with :
205
205
repository : nextcloud/notes
206
206
ref : " main"
207
207
path : apps/notes
208
208
209
209
- name : Checkout Files Locking
210
- uses : actions/checkout@v4
210
+ uses : actions/checkout@v5
211
211
with :
212
212
repository : nextcloud/files_lock
213
213
ref : ${{ matrix.nextcloud }}
@@ -234,7 +234,7 @@ jobs:
234
234
run : ./occ app:enable notes
235
235
236
236
- name : Checkout NcPyApi
237
- uses : actions/checkout@v4
237
+ uses : actions/checkout@v5
238
238
with :
239
239
path : nc_py_api
240
240
@@ -243,7 +243,7 @@ jobs:
243
243
run : python3 -m pip -v install ".[dev]"
244
244
245
245
- name : Checkout AppAPI
246
- uses : actions/checkout@v4
246
+ uses : actions/checkout@v5
247
247
with :
248
248
path : apps/app_api
249
249
repository : nextcloud/app_api
@@ -263,7 +263,7 @@ jobs:
263
263
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
264
264
265
265
- name : Checkout Talk
266
- uses : actions/checkout@v4
266
+ uses : actions/checkout@v5
267
267
with :
268
268
path : apps/spreed
269
269
repository : nextcloud/spreed
@@ -359,21 +359,21 @@ jobs:
359
359
python-version : ' 3.11'
360
360
361
361
- name : Checkout server
362
- uses : actions/checkout@v4
362
+ uses : actions/checkout@v5
363
363
with :
364
364
submodules : true
365
365
repository : nextcloud/server
366
366
ref : ${{ matrix.nextcloud }}
367
367
368
368
- name : Checkout Notifications
369
- uses : actions/checkout@v4
369
+ uses : actions/checkout@v5
370
370
with :
371
371
repository : nextcloud/notifications
372
372
ref : ${{ matrix.nextcloud }}
373
373
path : apps/notifications
374
374
375
375
- name : Checkout Activity
376
- uses : actions/checkout@v4
376
+ uses : actions/checkout@v5
377
377
with :
378
378
repository : nextcloud/activity
379
379
ref : ${{ matrix.nextcloud }}
@@ -395,7 +395,7 @@ jobs:
395
395
PHP_CLI_SERVER_WORKERS=2 php -S localhost:8080 &
396
396
397
397
- name : Checkout NcPyApi
398
- uses : actions/checkout@v4
398
+ uses : actions/checkout@v5
399
399
with :
400
400
path : nc_py_api
401
401
@@ -404,7 +404,7 @@ jobs:
404
404
run : python3 -m pip -v install ".[dev]"
405
405
406
406
- name : Checkout AppAPI
407
- uses : actions/checkout@v4
407
+ uses : actions/checkout@v5
408
408
with :
409
409
path : apps/app_api
410
410
repository : nextcloud/app_api
@@ -424,7 +424,7 @@ jobs:
424
424
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
425
425
426
426
- name : Checkout Talk
427
- uses : actions/checkout@v4
427
+ uses : actions/checkout@v5
428
428
with :
429
429
path : apps/spreed
430
430
repository : nextcloud/spreed
@@ -509,28 +509,28 @@ jobs:
509
509
python-version : ' 3.12'
510
510
511
511
- name : Checkout server
512
- uses : actions/checkout@v4
512
+ uses : actions/checkout@v5
513
513
with :
514
514
submodules : true
515
515
repository : nextcloud/server
516
516
ref : ${{ matrix.nextcloud }}
517
517
518
518
- name : Checkout Activity
519
- uses : actions/checkout@v4
519
+ uses : actions/checkout@v5
520
520
with :
521
521
repository : nextcloud/activity
522
522
ref : ${{ matrix.nextcloud }}
523
523
path : apps/activity
524
524
525
525
- name : Checkout Notes
526
- uses : actions/checkout@v4
526
+ uses : actions/checkout@v5
527
527
with :
528
528
repository : nextcloud/notes
529
529
ref : " main"
530
530
path : apps/notes
531
531
532
532
- name : Checkout Files Locking
533
- uses : actions/checkout@v4
533
+ uses : actions/checkout@v5
534
534
with :
535
535
repository : nextcloud/files_lock
536
536
ref : ${{ matrix.nextcloud }}
@@ -557,7 +557,7 @@ jobs:
557
557
run : ./occ app:enable files_lock
558
558
559
559
- name : Checkout NcPyApi
560
- uses : actions/checkout@v4
560
+ uses : actions/checkout@v5
561
561
with :
562
562
path : nc_py_api
563
563
@@ -594,7 +594,7 @@ jobs:
594
594
runs-on : ubuntu-22.04
595
595
name : Upload Coverage
596
596
steps :
597
- - uses : actions/checkout@v4
597
+ - uses : actions/checkout@v5
598
598
- name : Download Coverage Artifacts
599
599
uses : actions/download-artifact@v5
600
600
with :
0 commit comments