Skip to content

Commit 9598e22

Browse files
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 fe6029b commit 9598e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cs-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Install dependencies and handle caching in one go.
5555
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5656
- name: Install Composer dependencies
57-
uses: ramsey/composer-install@v2
57+
uses: ramsey/composer-install@v3
5858

5959
# Lint PHP.
6060
- name: Lint PHP against parse errors

.github/workflows/integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
7272

7373
- name: Install Composer dependencies
74-
uses: ramsey/composer-install@v2
74+
uses: ramsey/composer-install@v3
7575

7676
- name: Start MySQL Service
7777
run: sudo systemctl start mysql.service

0 commit comments

Comments
 (0)