Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2.2.0 to 2.3.0 (#129)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 5ed3b4c commit c83f2d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: "actions/[email protected]"
-
name: "Install dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
#env:
# COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ github.token }}"}}'
# yamllint disable-line rule:line-length
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: "composer validate --no-interaction --strict"
-
name: "Install dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "highest"
-
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
uses: "actions/[email protected]"
-
name: "Install dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "highest"
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
coverage: "none"
-
name: "Install dependencies"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@2.3.0"
with:
dependency-versions: "highest"
-
Expand Down

0 comments on commit c83f2d2

Please sign in to comment.