mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Bump ramsey/composer-install from 3 to 4
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
coverage: "none"
|
coverage: "none"
|
||||||
|
|
||||||
- name: "Install dependencies with Composer"
|
- name: "Install dependencies with Composer"
|
||||||
uses: "ramsey/composer-install@v3"
|
uses: "ramsey/composer-install@v4"
|
||||||
with:
|
with:
|
||||||
composer-options: "--prefer-dist --no-progress --no-suggest"
|
composer-options: "--prefer-dist --no-progress --no-suggest"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
php-version: "8.5"
|
php-version: "8.5"
|
||||||
|
|
||||||
- name: "Install dependencies with Composer"
|
- name: "Install dependencies with Composer"
|
||||||
uses: "ramsey/composer-install@v3"
|
uses: "ramsey/composer-install@v4"
|
||||||
with:
|
with:
|
||||||
composer-options: "--no-progress --no-suggest --no-dev"
|
composer-options: "--no-progress --no-suggest --no-dev"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user