File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 # Install dependencies and handle caching in one go.
4646 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4747 - name : Install Composer dependencies
48- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
48+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
4949 with :
5050 # Bust the cache at least once a month - output format: YYYY-MM.
5151 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 5050 # Install dependencies and handle caching in one go.
5151 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5252 - name : Install Composer dependencies
53- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
53+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
5454 with :
5555 # Bust the cache at least once a month - output format: YYYY-MM.
5656 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -151,7 +151,7 @@ jobs:
151151 # Install dependencies and handle caching in one go.
152152 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
153153 - name : Install Composer dependencies
154- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
154+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
155155 with :
156156 # Bust the cache at least once a month - output format: YYYY-MM.
157157 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 5454 # Install dependencies and handle caching in one go.
5555 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5656 - name : Install Composer dependencies
57- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
57+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
5858 with :
5959 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
6060 # Bust the cache at least once a month - output format: YYYY-MM.
@@ -206,7 +206,7 @@ jobs:
206206 # Install dependencies and handle caching in one go.
207207 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
208208 - name : Install Composer dependencies
209- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
209+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0.0
210210 with :
211211 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
212212 # Bust the cache at least once a month - output format: YYYY-MM.
You can’t perform that action at this time.
0 commit comments