Skip to content

Commit 009f813

Browse files
authored
Merge pull request #173 from Automattic/dependabot/github_actions/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents fe6029b + 9598e22 commit 009f813

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)