This repository was archived by the owner on Oct 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191
9292 - name : Check PHPUnit config file existence
9393 id : check_phpunit
94- uses : andstor/file-existence-action@v2
94+ uses : andstor/file-existence-action@v3
9595 with :
9696 files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}
9797
@@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Check PHPUnit integration config file existence
134134 id : check_integration
135- uses : andstor/file-existence-action@v2
135+ uses : andstor/file-existence-action@v3
136136 with :
137137 files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}
138138
@@ -238,7 +238,7 @@ jobs:
238238
239239 - name : Check PHPUnit config file existence
240240 id : check_phpunit
241- uses : andstor/file-existence-action@v2
241+ uses : andstor/file-existence-action@v3
242242 with :
243243 files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}
244244
@@ -276,7 +276,7 @@ jobs:
276276
277277 - name : Check PHPUnit integration config file existence
278278 id : check_integration
279- uses : andstor/file-existence-action@v2
279+ uses : andstor/file-existence-action@v3
280280 with :
281281 files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}
282282
You can’t perform that action at this time.
0 commit comments