File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 # Install dependencies and handle caching in one go.
4949 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5050 - name : Install Composer dependencies
51- uses : " ramsey/composer-install@v3 "
51+ uses : " ramsey/composer-install@v4 "
5252 with :
5353 # Bust the cache at least once a month - output format: YYYY-MM.
5454 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -126,7 +126,7 @@ jobs:
126126 # Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
127127 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128128 - name : Install Composer dependencies
129- uses : " ramsey/composer-install@v3 "
129+ uses : " ramsey/composer-install@v4 "
130130 with :
131131 # Bust the cache at least once a month - output format: YYYY-MM.
132132 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 5858 # Install dependencies and handle caching in one go.
5959 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6060 - name : Install Composer dependencies
61- uses : " ramsey/composer-install@v3 "
61+ uses : " ramsey/composer-install@v4 "
6262 with :
6363 # Bust the cache at least once a month - output format: YYYY-MM.
6464 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 4545 tools : cs2pr
4646
4747 - name : Install Composer dependencies
48- uses : " ramsey/composer-install@v3 "
48+ uses : " ramsey/composer-install@v4 "
4949 with :
5050 # Bust the cache at least once a month - output format: YYYY-MM.
5151 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -130,7 +130,7 @@ jobs:
130130 # Install dependencies and handle caching in one go.
131131 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
132132 - name : Install Composer dependencies
133- uses : " ramsey/composer-install@v3 "
133+ uses : " ramsey/composer-install@v4 "
134134 with :
135135 # Bust the cache at least once a month - output format: YYYY-MM.
136136 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments