File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change 3636
3737 - name : Check existence of composer.json file
3838 id : check_composer_file
39- uses : andstor/file-existence-action@v1
39+ uses : andstor/file-existence-action@v2
4040 with :
4141 files : " composer.json"
4242
Original file line number Diff line number Diff line change 2929
3030 - name : Check existence of composer.json file
3131 id : check_files
32- uses : andstor/file-existence-action@v1
32+ uses : andstor/file-existence-action@v2
3333 with :
3434 files : " composer.json, phpunit.xml.dist"
3535
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Check existence of composer.json & behat.yml files
110110 id : check_files
111- uses : andstor/file-existence-action@v1
111+ uses : andstor/file-existence-action@v2
112112 with :
113113 files : " composer.json, behat.yml"
114114
You can’t perform that action at this time.
0 commit comments