Skip to content

Commit 789c6ab

Browse files
Bump ramsey/composer-install from 2.2.0 to 3.0.0 (#1241)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74ec5c1 commit 789c6ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: "php --ri mongodb"
5656

5757
- name: "Install dependencies with Composer"
58-
uses: "ramsey/composer-install@2.2.0"
58+
uses: "ramsey/composer-install@3.0.0"
5959
with:
6060
composer-options: "--no-suggest"
6161

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: "php --ri mongodb"
5656

5757
- name: "Install dependencies with Composer"
58-
uses: "ramsey/composer-install@2.2.0"
58+
uses: "ramsey/composer-install@3.0.0"
5959
with:
6060
composer-options: "--no-suggest"
6161

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: "php --ri mongodb"
112112

113113
- name: "Install dependencies with Composer"
114-
uses: "ramsey/composer-install@2.2.0"
114+
uses: "ramsey/composer-install@3.0.0"
115115
with:
116116
composer-options: "--no-suggest"
117117

0 commit comments

Comments
 (0)