Skip to content

Commit 58bc7c0

Browse files
committed
Update file(s) from wp-cli/.github
1 parent 6b4d558 commit 58bc7c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Check existence of composer.json file
2626
id: check_composer_file
27-
uses: andstor/file-existence-action@v1
27+
uses: andstor/file-existence-action@v2
2828
with:
2929
files: "composer.json"
3030

@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Check existence of vendor/bin/parallel-lint file
4747
id: check_linter_file
48-
uses: andstor/file-existence-action@v1
48+
uses: andstor/file-existence-action@v2
4949
with:
5050
files: "vendor/bin/parallel-lint"
5151

@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Check existence of composer.json & phpcs.xml.dist files
6565
id: check_files
66-
uses: andstor/file-existence-action@v1
66+
uses: andstor/file-existence-action@v2
6767
with:
6868
files: "composer.json, phpcs.xml.dist"
6969

@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Check existence of vendor/bin/phpcs file
8686
id: check_phpcs_binary_file
87-
uses: andstor/file-existence-action@v1
87+
uses: andstor/file-existence-action@v2
8888
with:
8989
files: "vendor/bin/phpcs"
9090

0 commit comments

Comments
 (0)