Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Apr 3, 2024
1 parent 9b74d98 commit 383866d
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 383866d

Please sign in to comment.