File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 # Install dependencies and handle caching in one go.
5353 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5454 - name : Install Composer dependencies
55- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
55+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
5656 with :
5757 # Bust the cache at least once a month - output format: YYYY-MM.
5858 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 # Install dependencies and handle caching in one go.
202202 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
203203 - name : Install Composer dependencies
204- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
204+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
205205 with :
206206 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
207207 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -325,7 +325,7 @@ jobs:
325325 # Install dependencies and handle caching in one go.
326326 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
327327 - name : Install Composer dependencies
328- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
328+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
329329 with :
330330 # Bust the cache at least once a month - output format: YYYY-MM.
331331 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments