Skip to content

Commit

Permalink
Merge pull request #9 from charonlab/dependabot/github_actions/ramsey…
Browse files Browse the repository at this point in the history
…/composer-install-3

build(deps): bump ramsey/composer-install from 2 to 3
  • Loading branch information
sxbrsky committed Mar 3, 2024
2 parents f2fd655 + ba77966 commit 50c38a1
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 50c38a1

Please sign in to comment.