Skip to content

Commit

Permalink
github-actions: bump the minor-patch-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 1 update: [ramsey/composer-install](https://github.com/ramsey/composer-install).


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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 7c252b1 commit 6d4cacc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
phpts: "nts"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "lowest"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
phpts: "nts"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "lowest"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
phpts: "nts"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
phpts: "nts"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
phpts: "nts"

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"
Expand Down

0 comments on commit 6d4cacc

Please sign in to comment.