From 6aca0997eb2495a4c06debf3ec284f0461c566ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:36:27 +0000 Subject: [PATCH] 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 7c76c7c..d8aac3f 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 }}