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")
@@ -117,7 +117,7 @@ jobs:
117117 # Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
118118 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
119119 - name : Install Composer dependencies
120- uses : " ramsey/composer-install@v3 "
120+ uses : " ramsey/composer-install@v4 "
121121 with :
122122 # Bust the cache at least once a month - output format: YYYY-MM.
123123 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")
@@ -123,7 +123,7 @@ jobs:
123123 # Install dependencies and handle caching in one go.
124124 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
125125 - name : Install Composer dependencies
126- uses : " ramsey/composer-install@v3 "
126+ uses : " ramsey/composer-install@v4 "
127127 with :
128128 # Bust the cache at least once a month - output format: YYYY-MM.
129129 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments