Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3
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]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 5052f32 commit 2502e00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage: none

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ inputs.working-directory }}
composer-options: "--no-progress --no-ansi --no-interaction --prefer-dist"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
coverage: none

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ inputs.working-directory }}
composer-options: "--no-progress --no-ansi --no-interaction --prefer-dist"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-composer-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage: none

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ inputs.working-directory }}
composer-options: "--no-progress --no-ansi --no-interaction --prefer-dist"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: composer validate

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
if: inputs.action == 'install'
with:
composer-options: "--no-progress --no-ansi --no-interaction --prefer-dist"
Expand Down

0 comments on commit 2502e00

Please sign in to comment.