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 46
46
# Install dependencies and handle caching in one go.
47
47
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
48
48
- name : Install Composer dependencies
49
- uses : " ramsey/composer-install@v2 "
49
+ uses : " ramsey/composer-install@v3 "
50
50
with :
51
51
# Bust the cache at least once a month - output format: YYYY-MM.
52
52
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
# Install dependencies and handle caching in one go.
119
119
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
120
120
- name : Install Composer dependencies
121
- uses : " ramsey/composer-install@v2 "
121
+ uses : " ramsey/composer-install@v3 "
122
122
with :
123
123
composer-options : ${{ matrix.php == '8.4' && '--ignore-platform-req=php' || '' }}
124
124
custom-cache-suffix : $(date -u "+%Y-%m")
@@ -196,7 +196,7 @@ jobs:
196
196
# Install dependencies and handle caching in one go.
197
197
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
198
198
- name : Install Composer dependencies
199
- uses : " ramsey/composer-install@v2 "
199
+ uses : " ramsey/composer-install@v3 "
200
200
with :
201
201
# Bust the cache at least once a month - output format: YYYY-MM.
202
202
custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments