Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3 (#219)
Browse files Browse the repository at this point in the history
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent e5eae5c commit 33d430d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer fix-style

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php_linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
coverage: none

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer lint
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: composer analyze
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sudo /etc/init.d/mysql start

# see https://github.com/ramsey/composer-install
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- name: "Run Unit tests"
run: composer test-unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
php-version: 7.4
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: ${{ matrix.actions.run }}

Expand Down

0 comments on commit 33d430d

Please sign in to comment.