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 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@v2 "
51+ uses : " ramsey/composer-install@v3 "
5252 with :
5353 # Bust the cache at least once a month - output format: YYYY-MM.
5454 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 7171 # Install dependencies and handle caching in one go.
7272 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
7373 - name : Install Composer dependencies
74- uses : " ramsey/composer-install@v2 "
74+ uses : " ramsey/composer-install@v3 "
7575 with :
7676 # Bust the cache at least once a month - output format: YYYY-MM.
7777 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ jobs:
117117 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
118118 - name : Install Composer dependencies - normal
119119 if : ${{ matrix.php < 8.4 }}
120- uses : " ramsey/composer-install@v2 "
120+ uses : " ramsey/composer-install@v3 "
121121 with :
122122 # Bust the cache at least once a month - output format: YYYY-MM.
123123 custom-cache-suffix : $(date -u "+%Y-%m")
124124
125125 # For PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow installation.
126126 - name : Install Composer dependencies - with ignore platform
127127 if : ${{ matrix.php >= 8.4 }}
128- uses : " ramsey/composer-install@v2 "
128+ uses : " ramsey/composer-install@v3 "
129129 with :
130130 composer-options : --ignore-platform-reqs
131131 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments