File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 # Install dependencies and handle caching in one go.
5959 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6060 - name : Install Composer dependencies
61- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
61+ uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2.0
6262 with :
6363 # Bust the cache at least once a month - output format: YYYY-MM.
6464 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 4242 # Install dependencies and handle caching in one go.
4343 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4444 - name : Install Composer dependencies
45- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
45+ uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2.0
4646 with :
4747 # For PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
4848 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
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 - normal
53- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
53+ uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2.0
5454 with :
5555 # Bust the cache at least once a month - output format: YYYY-MM.
5656 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 6262 # Install dependencies and handle caching in one go.
6363 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6464 - name : Install Composer dependencies
65- uses : " ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 " # 3.1.1
65+ uses : " ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 " # 3.2.0
6666 with :
6767 # For PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
6868 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195
196196 # Test that the site builds correctly.
197197 - name : Set up Ruby
198- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
198+ uses : ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290 .0
199199 with :
200200 # Use the version as per https://pages.github.com/versions/.
201201 ruby-version : 3.3.4
You can’t perform that action at this time.
0 commit comments