Skip to content

Commit

Permalink
Update andstor/file-existence-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 311d88e commit 6aca099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 6aca099

Please sign in to comment.