Skip to content

Commit

Permalink
Bump andstor/file-existence-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](andstor/file-existence-action@v2...v3)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 7f6b72e commit eaa80fc
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 eaa80fc

Please sign in to comment.