Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3 (#921)
Browse files Browse the repository at this point in the history
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent ef73907 commit 1ee27eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ee27eb

Please sign in to comment.