Skip to content

Commit 2be74e2

Browse files
dependabot[bot]ostrolucky
authored andcommitted
Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01c43d9 commit 2be74e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: "${{ matrix.remove-orm }}"
9595

9696
- name: "Install dependencies with Composer"
97-
uses: "ramsey/composer-install@v2"
97+
uses: "ramsey/composer-install@v3"
9898
with:
9999
dependency-versions: "${{ matrix.dependencies }}"
100100
composer-options: "--prefer-dist"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: "composer config minimum-stability stable"
2929

3030
- name: "Install dependencies with Composer"
31-
uses: "ramsey/composer-install@v2"
31+
uses: "ramsey/composer-install@v3"
3232

3333
- name: "Run a static analysis with vimeo/psalm"
3434
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --find-unused-psalm-suppress"

.github/workflows/test-dev-stability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: "${{ startsWith(matrix.symfony-require, '4.') }}"
4545

4646
- name: "Install dependencies with Composer"
47-
uses: "ramsey/composer-install@v2"
47+
uses: "ramsey/composer-install@v3"
4848
with:
4949
dependency-versions: "${{ matrix.dependencies }}"
5050
composer-options: "--prefer-dist"

0 commit comments

Comments
 (0)