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 29
29
30
30
steps :
31
31
- name : Checkout project
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
34
34
- name : Install and configure PHP
35
35
uses : shivammathur/setup-php@v2
42
42
run : composer config minimum-stability dev
43
43
44
44
- name : Install dependencies with Composer
45
- uses : ramsey/composer-install@v1
45
+ uses : ramsey/composer-install@v2
46
46
with :
47
47
dependency-versions : ${{ matrix.dependencies }}
48
48
composer-options : --prefer-dist
62
62
63
63
steps :
64
64
- name : Checkout project
65
- uses : actions/checkout@v2
65
+ uses : actions/checkout@v3
66
66
67
67
- name : Install and configure PHP
68
68
uses : shivammathur/setup-php@v2
75
75
run : composer config minimum-stability dev
76
76
77
77
- name : Install dependencies with Composer
78
- uses : ramsey/composer-install@v1
78
+ uses : ramsey/composer-install@v2
79
79
with :
80
80
dependency-versions : ${{ matrix.dependencies }}
81
81
composer-options : --prefer-dist
You can’t perform that action at this time.
0 commit comments