Skip to content

Commit

Permalink
Merge pull request #173 from Automattic/dependabot/github_actions/ram…
Browse files Browse the repository at this point in the history
…sey/composer-install-3

Bump ramsey/composer-install from 2 to 3
  • Loading branch information
GaryJones authored Mar 5, 2024
2 parents fe6029b + 9598e22 commit 009f813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

# Lint PHP.
- name: Lint PHP against parse errors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Start MySQL Service
run: sudo systemctl start mysql.service
Expand Down

0 comments on commit 009f813

Please sign in to comment.