From a0992ad3f9d5bf8f705a2b0c3350db16a56620d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:44:59 +0000 Subject: [PATCH] chore(deps): update andstor/file-existence-action action to v3 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c76c7c3..d8aac3fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,7 +91,7 @@ jobs: - name: Check PHPUnit config file existence id: check_phpunit - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }} @@ -132,7 +132,7 @@ jobs: - name: Check PHPUnit integration config file existence id: check_integration - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }} @@ -238,7 +238,7 @@ jobs: - name: Check PHPUnit config file existence id: check_phpunit - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }} @@ -276,7 +276,7 @@ jobs: - name: Check PHPUnit integration config file existence id: check_integration - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}