Skip to content

Commit

Permalink
Merge pull request #645 from doctrine/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
SenseException authored Dec 17, 2024
2 parents bdfbb89 + fc53aba commit a9b443c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: "none"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--prefer-dist --no-progress --no-suggest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
php-version: "8.3"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--no-progress --no-suggest --no-dev"

Expand Down

0 comments on commit a9b443c

Please sign in to comment.