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 55
55
# Install dependencies and handle caching in one go.
56
56
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
57
57
- name : Install Composer dependencies
58
- uses : " ramsey/composer-install@v2 "
58
+ uses : " ramsey/composer-install@v3 "
59
59
with :
60
60
# Bust the cache at least once a month - output format: YYYY-MM.
61
61
custom-cache-suffix : $(date -u "+%Y-%m")
98
98
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
99
99
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
100
100
- name : Install Composer dependencies
101
- uses : " ramsey/composer-install@v2 "
101
+ uses : " ramsey/composer-install@v3 "
102
102
with :
103
103
# Bust the cache at least once a month - output format: YYYY-MM.
104
104
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 54
54
# Install dependencies and handle caching in one go.
55
55
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
56
56
- name : Install Composer dependencies
57
- uses : " ramsey/composer-install@v2 "
57
+ uses : " ramsey/composer-install@v3 "
58
58
with :
59
59
# Bust the cache at least once a month - output format: YYYY-MM.
60
60
custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 45
45
tools : cs2pr
46
46
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")
@@ -126,7 +126,7 @@ jobs:
126
126
# Install dependencies and handle caching in one go.
127
127
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128
128
- name : Install Composer dependencies
129
- uses : " ramsey/composer-install@v2 "
129
+ uses : " ramsey/composer-install@v3 "
130
130
with :
131
131
# Bust the cache at least once a month - output format: YYYY-MM.
132
132
custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments