Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent b9fa3cc commit b4042bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage: none # disable xdebug, pcov

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: '--ansi --prefer-dist'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
coverage: none # disable xdebug, pcov

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: '--ansi --prefer-dist'

Expand Down

0 comments on commit b4042bc

Please sign in to comment.