From 1ee27ebe846ffe4082e6a942461643318964a19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 05:40:26 +0000 Subject: [PATCH] Bump ramsey/composer-install from 2 to 3 (#921) Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d7485111..8ed90000 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,7 +30,7 @@ jobs: restore-keys: phpcsfixer- - name: "Composer install" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 with: working-directory: "tools/php-cs-fixer" @@ -54,7 +54,7 @@ jobs: tools: composer - name: "Composer install" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: Lint YAML files run: ./bin/console lint:yaml config --parse-tags diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c567e97d..18b66390 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: tools: composer - name: "Composer install" - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: "Init database" run: ./bin/console doctrine:database:create --env=test --if-not-exists