File tree 2 files changed +10
-10
lines changed
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
50
50
- name : Show info about the build phar with humbug/box
51
51
run : php box.phar info -l parallel-lint.phar
52
52
53
- - uses : actions/upload-artifact@v2
53
+ - uses : actions/upload-artifact@v3
54
54
with :
55
55
name : parallel-lint-phar
56
56
path : ./parallel-lint.phar
80
80
81
81
steps :
82
82
- name : Checkout code
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v3
84
84
85
- - uses : actions/download-artifact@v2
85
+ - uses : actions/download-artifact@v3
86
86
with :
87
87
name : parallel-lint-phar
88
88
@@ -104,7 +104,7 @@ jobs:
104
104
- verify
105
105
106
106
steps :
107
- - uses : actions/download-artifact@v2
107
+ - uses : actions/download-artifact@v3
108
108
with :
109
109
name : parallel-lint-phar
110
110
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
73
73
- name : Show info about the build phar with humbug/box
74
74
run : php box.phar info -l parallel-lint.phar
75
75
76
- - uses : actions/upload-artifact@v2
76
+ - uses : actions/upload-artifact@v3
77
77
with :
78
78
name : parallel-lint-phar
79
79
path : ./parallel-lint.phar
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- name : Checkout code
106
- uses : actions/checkout@v2
106
+ uses : actions/checkout@v3
107
107
108
108
- name : Setup PHP
109
109
uses : shivammathur/setup-php@v2
@@ -135,7 +135,7 @@ jobs:
135
135
if : ${{ matrix.php >= 5.6 }}
136
136
run : composer test
137
137
138
- - uses : actions/download-artifact@v2
138
+ - uses : actions/download-artifact@v3
139
139
with :
140
140
name : parallel-lint-phar
141
141
You can’t perform that action at this time.
0 commit comments