File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
76
76
steps :
77
77
- name : " Checkout"
78
- uses : " actions/checkout@v2 "
78
+ uses : " actions/checkout@v3 "
79
79
with :
80
80
fetch-depth : 2
81
81
94
94
run : " composer require --no-progress --no-scripts --no-plugins symfony/flex ${{ matrix.dependencies }}"
95
95
96
96
- name : " Install dependencies with Composer"
97
- uses : " ramsey/composer-install@v1 "
97
+ uses : " ramsey/composer-install@v2 "
98
98
with :
99
99
dependency-versions : " ${{ matrix.dependency-versions }}"
100
100
composer-options : " ${{ matrix.composer-options }}"
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : " Checkout"
18
- uses : " actions/checkout@v2 "
18
+ uses : " actions/checkout@v3 "
19
19
- name : " PHP-CS-Fixer"
20
20
uses : " docker://oskarstark/php-cs-fixer-ga:2.19.0"
21
21
with :
You can’t perform that action at this time.
0 commit comments