File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
52
52
53
53
- name : Install Composer dependencies
54
- uses : ramsey/composer-install@v2
54
+ uses : ramsey/composer-install@v3
55
55
with :
56
56
# Bust the cache at least once a month - output format: YYYY-MM.
57
57
custom-cache-suffix : $(date -u "+%Y-%m")
@@ -133,7 +133,7 @@ jobs:
133
133
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
134
134
135
135
- name : Install Composer dependencies
136
- uses : ramsey/composer-install@v2
136
+ uses : ramsey/composer-install@v3
137
137
with :
138
138
composer-options : --no-dev
139
139
# Bust the cache at least once a month - output format: YYYY-MM.
@@ -204,7 +204,7 @@ jobs:
204
204
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
205
205
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
206
206
- name : Install Composer dependencies
207
- uses : " ramsey/composer-install@v2 "
207
+ uses : " ramsey/composer-install@v3 "
208
208
with :
209
209
# Bust the cache at least once a month - output format: YYYY-MM.
210
210
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 42
42
coverage : ${{ github.ref_name == 'develop' && 'xdebug' || 'none' }}
43
43
44
44
- name : Install Composer dependencies
45
- uses : ramsey/composer-install@v2
45
+ uses : ramsey/composer-install@v3
46
46
with :
47
47
# Bust the cache at least once a month - output format: YYYY-MM.
48
48
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
114
114
115
115
- name : Install Composer dependencies
116
- uses : ramsey/composer-install@v2
116
+ uses : ramsey/composer-install@v3
117
117
with :
118
118
# Bust the cache at least once a month - output format: YYYY-MM.
119
119
custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments