File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
19
19
- name : Install PHP
20
20
uses : shivammathur/setup-php@v2
32
32
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
37
37
- name : Install PHP
38
38
uses : shivammathur/setup-php@v2
61
61
62
62
steps :
63
63
- name : " Checkout"
64
- uses : " actions/checkout@v2 "
64
+ uses : " actions/checkout@v3 "
65
65
66
66
- name : " Install PHP with extensions"
67
67
uses : " shivammathur/setup-php@v2"
70
70
coverage : " pcov"
71
71
72
72
- name : " Cache dependencies installed with composer"
73
- uses : " actions/cache@v1 "
73
+ uses : " actions/cache@v2 "
74
74
with :
75
75
path : " ~/.composer/cache"
76
76
key : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
You can’t perform that action at this time.
0 commit comments