-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ramsey/composer-install from 2.3.0 to 3.0.0 (#130)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@2.3.0...3.0.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
be80bad
commit ec6f3d0
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
uses: "actions/[email protected]" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/composer-install@2.3.0" | ||
uses: "ramsey/composer-install@3.0.0" | ||
#env: | ||
# COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ github.token }}"}}' | ||
# yamllint disable-line rule:line-length | ||
|
@@ -155,7 +155,7 @@ jobs: | |
run: "composer validate --no-interaction --strict" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/composer-install@2.3.0" | ||
uses: "ramsey/composer-install@3.0.0" | ||
with: | ||
dependency-versions: "highest" | ||
- | ||
|
@@ -199,7 +199,7 @@ jobs: | |
uses: "actions/[email protected]" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/composer-install@2.3.0" | ||
uses: "ramsey/composer-install@3.0.0" | ||
with: | ||
dependency-versions: "highest" | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters