Skip to content

Commit

Permalink
Merge pull request #69 from loophp/dependabot/github_actions/ramsey/c…
Browse files Browse the repository at this point in the history
…omposer-install-3

build(deps): Bump ramsey/composer-install from 2 to 3
  • Loading branch information
drupol authored Feb 29, 2024
2 parents 8a69990 + 20cbd1b commit d856ffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: cs2pr

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run Grumphp
run: vendor/bin/grumphp run --testsuite=cs -n
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tools: cs2pr

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run Grumphp
run: vendor/bin/grumphp run --tasks=psalm,phpstan -n
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
extensions: mbstring

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run Grumphp
run: vendor/bin/grumphp run --tasks=phpunit,clover_coverage
Expand Down

0 comments on commit d856ffe

Please sign in to comment.