File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
39
39
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
40
40
- name : Install Composer dependencies
41
- uses : " ramsey/composer-install@v2 "
41
+ uses : " ramsey/composer-install@v3 "
42
42
with :
43
43
# Bust the cache at least once a month - output format: YYYY-MM.
44
44
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 45
45
# Install dependencies and handle caching in one go.
46
46
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
47
47
- name : Install Composer dependencies
48
- uses : " ramsey/composer-install@v2 "
48
+ uses : " ramsey/composer-install@v3 "
49
49
with :
50
50
# Bust the cache at least once a month - output format: YYYY-MM.
51
51
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
# Install dependencies and handle caching in one go.
137
137
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
138
138
- name : Install Composer dependencies
139
- uses : " ramsey/composer-install@v2 "
139
+ uses : " ramsey/composer-install@v3 "
140
140
with :
141
141
composer-options : ${{ matrix.php == '8.4' && '--ignore-platform-req=php' || '' }}
142
142
custom-cache-suffix : $(date -u "+%Y-%m")
@@ -231,7 +231,7 @@ jobs:
231
231
# Install dependencies and handle caching in one go.
232
232
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
233
233
- name : Install Composer dependencies
234
- uses : " ramsey/composer-install@v2 "
234
+ uses : " ramsey/composer-install@v3 "
235
235
with :
236
236
# Bust the cache at least once a month - output format: YYYY-MM.
237
237
custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments