Skip to content

Commit

Permalink
github-actions(deps): bump ramsey/composer-install from 2.2.0 to 2.3.0 (
Browse files Browse the repository at this point in the history
#45)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@2.2.0...2.3.0)

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

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] authored Feb 29, 2024
1 parent fd28b0f commit 73fe760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tools: composer:v2

- name: "Composer install"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
composer-options: "--prefer-dist"

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: "Composer install"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist"
Expand Down

0 comments on commit 73fe760

Please sign in to comment.