Skip to content

Commit 0d9af74

Browse files
authored
Merge pull request #397 from Automattic/dependabot/github_actions/ramsey/composer-install-3.1.0
Bump ramsey/composer-install from 3.0.0 to 3.1.0
2 parents 1263a8b + c1d642a commit 0d9af74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
php-version: ${{ matrix.php }}
4949

5050
- name: Install PHP Dependencies
51-
uses: ramsey/composer-install@3.0.0
51+
uses: ramsey/composer-install@3.1.1
5252

5353
- name: Verify MariaDB connection
5454
run: |

.github/workflows/phpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
php-version: 8.1
2323

2424
- name: Install PHP Dependencies
25-
uses: ramsey/composer-install@3.0.0
25+
uses: ramsey/composer-install@3.1.1
2626

2727
- name: Add error matcher
2828
run: echo "::add-matcher::$(pwd)/.github/checkstyle-problem-matcher.json"

0 commit comments

Comments
 (0)