Skip to content

Commit

Permalink
build(deps): bump ramsey/composer-install from 2 to 3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 503a467 commit d9a64be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
php-version: '8.2'

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

- name: Coding standards
run: "composer run lint-check -- -q --no-colors --report=checkstyle | cs2pr"
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tools: cs2pr

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

- name: Coding standards
run: "composer run lint-check -- -q --no-colors --report=checkstyle | cs2pr"
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 @@ -38,7 +38,7 @@ jobs:
coverage: none
php-version: '8.2'
- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Static Analysis
run: "composer run static-analysis"

0 comments on commit d9a64be

Please sign in to comment.