Skip to content

Commit a65e8c6

Browse files
chore(deps): update andstor/file-existence-action action to v3
1 parent fe6c197 commit a65e8c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)