Skip to content

Commit

Permalink
ci: increase ramsey/composer-install to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Sep 13, 2024
1 parent 09b9180 commit 6dced4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Download dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3

- name: PHPStan
run: phpstan analyze --no-progress --error-format=checkstyle | cs2pr
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Download dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3

- name: Psalm
run: psalm --no-progress --output-format=github

0 comments on commit 6dced4d

Please sign in to comment.