Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3
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]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 417f1d5 commit b28037b
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 @@ -43,7 +43,7 @@ jobs:
run: "composer require typo3/testing-framework:${{ matrix.typo3-versions.testing }} typo3/cms-core:${{ matrix.typo3-versions.typo3 }}"

# 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: 8.0
coverage: none

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

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

Expand Down

0 comments on commit b28037b

Please sign in to comment.