File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
25
25
- name : Install PHP
26
26
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
31
31
- name : Setup PHP
32
32
uses : shivammathur/setup-php@v2
39
39
run : php scripts/build-phar.php
40
40
41
41
- name : Upload the PHPCS phar
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v3
43
43
if : ${{ success() && matrix.php == '8.0' }}
44
44
with :
45
45
name : phpcs-phar
48
48
retention-days : 28
49
49
50
50
- name : Upload the PHPCBF phar
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v3
52
52
if : ${{ success() && matrix.php == '8.0' }}
53
53
with :
54
54
name : phpcbf-phar
89
89
90
90
steps :
91
91
- name : Checkout code
92
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v3
93
93
94
94
- name : Setup ini config
95
95
id : set_ini
@@ -159,7 +159,7 @@ jobs:
159
159
run : composer validate --no-check-all --strict
160
160
161
161
- name : Download the PHPCS phar
162
- uses : actions/download-artifact@v2
162
+ uses : actions/download-artifact@v3
163
163
with :
164
164
name : phpcs-phar
165
165
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
27
27
- name : Install xmllint
28
28
run : |
65
65
66
66
steps :
67
67
- name : Checkout code
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
70
70
- name : Install PHP
71
71
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments