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 6363 # Install dependencies and handle caching in one go.
6464 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6565 - name : Install Composer dependencies
66- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
66+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
6767 with :
6868 # Bust the cache at least once a month - output format: YYYY-MM.
6969 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226226 # Install dependencies and handle caching in one go.
227227 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
228228 - name : Install Composer dependencies
229- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
229+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
230230 with :
231231 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
232232 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -341,7 +341,7 @@ jobs:
341341 # Install dependencies and handle caching in one go.
342342 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
343343 - name : Install Composer dependencies
344- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
344+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
345345 with :
346346 # Bust the cache at least once a month - output format: YYYY-MM.
347347 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments