From 74bb3e7fd063af8f10218a7bebc5735545544a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 00:51:04 +0000 Subject: [PATCH] github-actions(deps): bump ramsey/composer-install from 1.3.0 to 2.1.0 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1.3.0 to 2.1.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/1.3.0...2.1.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-php.yaml | 4 ++-- .github/workflows/ci-twig.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-php.yaml b/.github/workflows/ci-php.yaml index fea82f6..5d14cd7 100644 --- a/.github/workflows/ci-php.yaml +++ b/.github/workflows/ci-php.yaml @@ -48,7 +48,7 @@ jobs: - name: "Install dependencies with composer" - uses: "ramsey/composer-install@1.3.0" + uses: "ramsey/composer-install@2.1.0" with: composer-options: "--no-scripts" - @@ -105,7 +105,7 @@ jobs: - name: "Install dependencies with composer" - uses: "ramsey/composer-install@1.3.0" + uses: "ramsey/composer-install@2.1.0" with: composer-options: "--no-scripts" diff --git a/.github/workflows/ci-twig.yaml b/.github/workflows/ci-twig.yaml index 92d0f77..7a160e4 100644 --- a/.github/workflows/ci-twig.yaml +++ b/.github/workflows/ci-twig.yaml @@ -43,7 +43,7 @@ jobs: - name: "Install dependencies with composer" - uses: "ramsey/composer-install@1.3.0" + uses: "ramsey/composer-install@2.1.0" with: composer-options: "--no-scripts"