From 6fbbe11301ab2a22e46d61efbadb16ec281c9ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 07:19:49 +0000 Subject: [PATCH] Bump ramsey/composer-install from 1.3.0 to 2.0.2 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1.3.0 to 2.0.2. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/a7320a0581dcd0432930c48a0e7ced67e6ec17e8...966a519c3711ac5fd07601b0bf1d8b1a9744e9bf) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/php-compatibility.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 770e3512dd..d3a40d73fe 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -90,7 +90,7 @@ jobs: key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcs-cache-${{ hashFiles('**/composer.json', 'phpcs.xml.dist') }} - name: Install Composer dependencies - uses: ramsey/composer-install@a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.0 + uses: ramsey/composer-install@966a519c3711ac5fd07601b0bf1d8b1a9744e9bf # v1.3.0 with: composer-options: "--no-progress --no-ansi --no-interaction" diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index daf58a458c..21efd1f6ae 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -84,7 +84,7 @@ jobs: key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }} - name: Install Composer dependencies - uses: ramsey/composer-install@a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.0 + uses: ramsey/composer-install@966a519c3711ac5fd07601b0bf1d8b1a9744e9bf # v1.3.0 with: composer-options: "--no-progress --no-ansi --no-interaction"