From 92f06ed36f9f8e56f082e59f0ffcf34a76a1bce1 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 25 Dec 2021 19:37:57 +0100 Subject: [PATCH] GH Actions: version update for `ramsey/composer-install` The action used to install Composer packages and handle the caching has released a new major (and some follow-up patch releases), which means, the action reference needs to be updated to benefit from it. Refs: * https://github.com/ramsey/composer-install/releases/tag/2.0.0 * https://github.com/ramsey/composer-install/releases/tag/2.0.1 * https://github.com/ramsey/composer-install/releases/tag/2.0.2 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8f32b2f..63283cf 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -110,7 +110,7 @@ jobs: run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5 - name: Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" with: composer-options: --optimize-autoloader dependency-versions: ${{ matrix.dependencies }} @@ -196,7 +196,7 @@ jobs: ini-values: memory_limit=2G, display_errors=On, error_reporting=-1 - name: Install Composer dependencies & cache dependencies - uses: "ramsey/composer-install@v1" + uses: "ramsey/composer-install@v2" with: composer-options: --optimize-autoloader