File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 # Install dependencies and handle caching in one go.
4545 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4646 - name : Install Composer dependencies
47- uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2 .0
47+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0 .0
4848 with :
4949 # Bust the cache at least once a month - output format: YYYY-MM.
5050 custom-cache-suffix : $(date -u "+%Y-%m")
9090 # Dependencies need to be installed to make sure the PHPUnit classes are recognized.
9191 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
9292 - name : Install Composer dependencies
93- uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2 .0
93+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0 .0
9494 with :
9595 # Bust the cache at least once a month - output format: YYYY-MM.
9696 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -122,7 +122,7 @@ jobs:
122122 # Dependencies need to be installed to make sure the PHPUnit classes are recognized.
123123 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
124124 - name : Install Composer dependencies
125- uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2 .0
125+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0 .0
126126 with :
127127 # Bust the cache at least once a month - output format: YYYY-MM.
128128 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 # Install dependencies and handle caching in one go.
134134 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
135135 - name : Install Composer dependencies
136- uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2 .0
136+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0 .0
137137 with :
138138 # For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
139139 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
@@ -210,7 +210,7 @@ jobs:
210210 composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
211211
212212 - name : Install Composer dependencies
213- uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2 .0
213+ uses : " ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda " # 4.0 .0
214214 with :
215215 # Bust the cache at least once a month - output format: YYYY-MM.
216216 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments