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 91
91
92
92
- name : Check PHPUnit config file existence
93
93
id : check_phpunit
94
- uses : andstor/file-existence-action@v2
94
+ uses : andstor/file-existence-action@v3
95
95
with :
96
96
files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}
97
97
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Check PHPUnit integration config file existence
134
134
id : check_integration
135
- uses : andstor/file-existence-action@v2
135
+ uses : andstor/file-existence-action@v3
136
136
with :
137
137
files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}
138
138
@@ -238,7 +238,7 @@ jobs:
238
238
239
239
- name : Check PHPUnit config file existence
240
240
id : check_phpunit
241
- uses : andstor/file-existence-action@v2
241
+ uses : andstor/file-existence-action@v3
242
242
with :
243
243
files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}
244
244
@@ -276,7 +276,7 @@ jobs:
276
276
277
277
- name : Check PHPUnit integration config file existence
278
278
id : check_integration
279
- uses : andstor/file-existence-action@v2
279
+ uses : andstor/file-existence-action@v3
280
280
with :
281
281
files : apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}
282
282
You can’t perform that action at this time.
0 commit comments