Skip to content

Commit

Permalink
build(deps): Bump the dependencies group (#223)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.github/workflows with 1 update: [ramsey/composer-install](https://github.com/ramsey/composer-install).


Updates `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
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 9bbed12 commit da9a110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
coverage: none

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

- name: Install PHP-CS-Fixer Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: 'vendor-bin/php-cs-fixer'

- name: Ensure PHP-CS-Fixer is properly installed
run: make php_cs_fixer_install

- name: Install Psalm Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: 'vendor-bin/psalm'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "SYMFONY_REQUIRE=${{ matrix.symfony }}" >> $GITHUB_ENV

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependency }}

Expand All @@ -60,7 +60,7 @@ jobs:
coverage: pcov

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

- run: make infection

Expand Down

0 comments on commit da9a110

Please sign in to comment.