Skip to content

Commit 5ddbc2f

Browse files
Bump ramsey/composer-install from 2.2.0 to 3.0.0 (#66)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@2.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63dd036 commit 5ddbc2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: "php --ri mongodb"
5555

5656
- name: "Install dependencies with Composer"
57-
uses: "ramsey/composer-install@2.2.0"
57+
uses: "ramsey/composer-install@3.0.0"
5858
with:
5959
composer-options: "--no-suggest"
6060

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: "php --ri mongodb"
5555

5656
- name: "Install dependencies with Composer"
57-
uses: "ramsey/composer-install@2.2.0"
57+
uses: "ramsey/composer-install@3.0.0"
5858
with:
5959
composer-options: "--no-suggest"
6060

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: "php --ri mongodb"
7676

7777
- name: "Install dependencies with Composer"
78-
uses: "ramsey/composer-install@2.2.0"
78+
uses: "ramsey/composer-install@3.0.0"
7979
with:
8080
composer-options: "--no-suggest"
8181

0 commit comments

Comments
 (0)