File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout code
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
28
28
- name : Setup PHP
29
29
uses : shivammathur/setup-php@v2
54
54
- name : Show info about the build phar with humbug/box
55
55
run : php box.phar info -l parallel-lint.phar
56
56
57
- - uses : actions/upload-artifact@v2
57
+ - uses : actions/upload-artifact@v3
58
58
with :
59
59
name : parallel-lint-phar
60
60
path : ./parallel-lint.phar
85
85
86
86
steps :
87
87
- name : Checkout code
88
- uses : actions/checkout@v2
88
+ uses : actions/checkout@v3
89
89
90
- - uses : actions/download-artifact@v2
90
+ - uses : actions/download-artifact@v3
91
91
with :
92
92
name : parallel-lint-phar
93
93
@@ -109,7 +109,7 @@ jobs:
109
109
- verify
110
110
111
111
steps :
112
- - uses : actions/download-artifact@v2
112
+ - uses : actions/download-artifact@v3
113
113
with :
114
114
name : parallel-lint-phar
115
115
Original file line number Diff line number Diff line change 28
28
tools : cs2pr
29
29
30
30
- name : Checkout code
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
33
33
- name : Install Composer dependencies
34
34
uses : ramsey/composer-install@v2
46
46
47
47
steps :
48
48
- name : Checkout code
49
- uses : actions/checkout@v2
49
+ uses : actions/checkout@v3
50
50
51
51
- name : Setup PHP
52
52
uses : shivammathur/setup-php@v2
77
77
- name : Show info about the build phar with humbug/box
78
78
run : php box.phar info -l parallel-lint.phar
79
79
80
- - uses : actions/upload-artifact@v2
80
+ - uses : actions/upload-artifact@v3
81
81
with :
82
82
name : parallel-lint-phar
83
83
path : ./parallel-lint.phar
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
steps :
111
111
- name : Checkout code
112
- uses : actions/checkout@v2
112
+ uses : actions/checkout@v3
113
113
114
114
- name : Setup PHP
115
115
uses : shivammathur/setup-php@v2
@@ -141,7 +141,7 @@ jobs:
141
141
if : ${{ matrix.php >= 5.6 }}
142
142
run : composer test
143
143
144
- - uses : actions/download-artifact@v2
144
+ - uses : actions/download-artifact@v3
145
145
with :
146
146
name : parallel-lint-phar
147
147
You can’t perform that action at this time.
0 commit comments