File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ${{ matrix.operating-system }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
- name : Setup PHP
21
21
uses : shivammathur/setup-php@v2
22
22
with :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
- name : Setup PHP
38
38
uses : shivammathur/setup-php@v2
39
39
with :
50
50
PHP_CS_FIXER_IGNORE_ENV : 1
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v3
54
54
- name : Setup PHP
55
55
uses : shivammathur/setup-php@v2
56
56
with :
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Checkout
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
- name : Setup PHP
70
70
uses : shivammathur/setup-php@v2
71
71
with :
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@v2
83
+ uses : actions/checkout@v3
84
84
- name : Setup PHP
85
85
uses : shivammathur/setup-php@v2
86
86
with :
You can’t perform that action at this time.
0 commit comments