Skip to content

Commit

Permalink
Merge pull request #96 from wp-cli/dependabot/github_actions/andstor/…
Browse files Browse the repository at this point in the history
…file-existence-action-3

Bump andstor/file-existence-action from 2 to 3
  • Loading branch information
swissspidy authored Jan 29, 2024
2 parents 7f6b72e + eaa80fc commit b42c54a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Check existence of composer.json file
id: check_composer_file
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "composer.json"

Expand All @@ -44,7 +44,7 @@ jobs:

- name: Check existence of vendor/bin/parallel-lint file
id: check_linter_file
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "vendor/bin/parallel-lint"

Expand All @@ -62,7 +62,7 @@ jobs:

- name: Check existence of composer.json & phpcs.xml.dist files
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "composer.json, phpcs.xml.dist"

Expand All @@ -86,7 +86,7 @@ jobs:

- name: Check existence of vendor/bin/phpcs file
id: check_phpcs_binary_file
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "vendor/bin/phpcs"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-regenerate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Check existence of composer.json file
id: check_composer_file
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "composer.json"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Check existence of composer.json & phpunit.xml.dist files
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "composer.json, phpunit.xml.dist"

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:

- name: Check existence of composer.json & behat.yml files
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "composer.json, behat.yml"

Expand Down

0 comments on commit b42c54a

Please sign in to comment.