File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Check existence of composer.json file
26
26
id : check_composer_file
27
- uses : andstor/file-existence-action@v1
27
+ uses : andstor/file-existence-action@v2
28
28
with :
29
29
files : " composer.json"
30
30
45
45
46
46
- name : Check existence of vendor/bin/parallel-lint file
47
47
id : check_linter_file
48
- uses : andstor/file-existence-action@v1
48
+ uses : andstor/file-existence-action@v2
49
49
with :
50
50
files : " vendor/bin/parallel-lint"
51
51
63
63
64
64
- name : Check existence of composer.json & phpcs.xml.dist files
65
65
id : check_files
66
- uses : andstor/file-existence-action@v1
66
+ uses : andstor/file-existence-action@v2
67
67
with :
68
68
files : " composer.json, phpcs.xml.dist"
69
69
84
84
85
85
- name : Check existence of vendor/bin/phpcs file
86
86
id : check_phpcs_binary_file
87
- uses : andstor/file-existence-action@v1
87
+ uses : andstor/file-existence-action@v2
88
88
with :
89
89
files : " vendor/bin/phpcs"
90
90
Original file line number Diff line number Diff line change 36
36
37
37
- name : Check existence of composer.json file
38
38
id : check_composer_file
39
- uses : andstor/file-existence-action@v1
39
+ uses : andstor/file-existence-action@v2
40
40
with :
41
41
files : " composer.json"
42
42
Original file line number Diff line number Diff line change 29
29
30
30
- name : Check existence of composer.json file
31
31
id : check_files
32
- uses : andstor/file-existence-action@v1
32
+ uses : andstor/file-existence-action@v2
33
33
with :
34
34
files : " composer.json, phpunit.xml.dist"
35
35
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Check existence of composer.json & behat.yml files
110
110
id : check_files
111
- uses : andstor/file-existence-action@v1
111
+ uses : andstor/file-existence-action@v2
112
112
with :
113
113
files : " composer.json, behat.yml"
114
114
You can’t perform that action at this time.
0 commit comments