Skip to content

Commit

Permalink
Merge pull request #11 from juliangut/dependabot/github_actions/ramse…
Browse files Browse the repository at this point in the history
…y/composer-install-3

Bump ramsey/composer-install from 2 to 3
  • Loading branch information
juliangut committed Mar 5, 2024
2 parents 7fae411 + ba286f0 commit ea4d2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
coverage: none

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: "--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 @@ -45,7 +45,7 @@ jobs:
coverage: none

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

Expand Down

0 comments on commit ea4d2d4

Please sign in to comment.