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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 03629d5 commit 36c43df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: 8.2
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --ansi --no-interaction --no-progress
Expand All @@ -36,7 +36,7 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --ansi --no-interaction --no-progress
Expand All @@ -54,7 +54,7 @@ jobs:
php-version: 8.2
coverage: pcov
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: locked
composer-options: --ansi --no-interaction --no-progress
Expand Down

0 comments on commit 36c43df

Please sign in to comment.