@@ -51,26 +51,26 @@ jobs:
5151 run : echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
5252
5353 - name : Checkout server
54- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 with :
5656 submodules : true
5757 repository : nextcloud/server
5858 ref : master
5959
6060 - name : Checkout Notifications
61- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
61+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262 with :
6363 repository : nextcloud/notifications
6464 ref : master
6565 path : apps/notifications
6666
6767 - name : Checkout AppAPI
68- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 path : apps/${{ env.APP_NAME }}
7171
7272 - name : Checkout Notes
73- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474 with :
7575 repository : nextcloud/notes
7676 ref : " main"
@@ -116,7 +116,7 @@ jobs:
116116 run : PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
117117
118118 - name : Checkout NcPyApi
119- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
119+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120120 with :
121121 path : nc_py_api
122122 repository : cloud-py-api/nc_py_api
@@ -170,21 +170,21 @@ jobs:
170170 run : echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
171171
172172 - name : Checkout server
173- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
174174 with :
175175 submodules : true
176176 repository : nextcloud/server
177177 ref : master
178178
179179 - name : Checkout Notifications
180- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
181181 with :
182182 repository : nextcloud/notifications
183183 ref : master
184184 path : apps/notifications
185185
186186 - name : Checkout AppAPI
187- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
187+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188188 with :
189189 path : apps/${{ env.APP_NAME }}
190190
@@ -230,7 +230,7 @@ jobs:
230230 run : PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
231231
232232 - name : Checkout NcPyApi
233- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
233+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
234234 with :
235235 path : nc_py_api
236236 repository : cloud-py-api/nc_py_api
@@ -284,21 +284,21 @@ jobs:
284284 run : echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
285285
286286 - name : Checkout server
287- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
287+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
288288 with :
289289 submodules : true
290290 repository : nextcloud/server
291291 ref : master
292292
293293 - name : Checkout Notifications
294- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
294+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
295295 with :
296296 repository : nextcloud/notifications
297297 ref : master
298298 path : apps/notifications
299299
300300 - name : Checkout AppAPI
301- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
301+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
302302 with :
303303 path : apps/${{ env.APP_NAME }}
304304
@@ -347,7 +347,7 @@ jobs:
347347 run : PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
348348
349349 - name : Checkout NcPyApi
350- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
350+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
351351 with :
352352 path : nc_py_api
353353 repository : cloud-py-api/nc_py_api
@@ -406,21 +406,21 @@ jobs:
406406 run : echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
407407
408408 - name : Checkout server
409- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
409+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
410410 with :
411411 submodules : true
412412 repository : nextcloud/server
413413 ref : master
414414
415415 - name : Checkout Notifications
416- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
416+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
417417 with :
418418 repository : nextcloud/notifications
419419 ref : master
420420 path : apps/notifications
421421
422422 - name : Checkout AppAPI
423- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
423+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
424424 with :
425425 path : apps/${{ env.APP_NAME }}
426426
@@ -459,7 +459,7 @@ jobs:
459459 run : PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
460460
461461 - name : Checkout NcPyApi
462- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
462+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
463463 with :
464464 path : nc_py_api
465465 repository : cloud-py-api/nc_py_api
0 commit comments