Skip to content

Commit 69ed760

Browse files
authored
Merge pull request #309 from indieweb/dependabot/github_actions/ramsey/composer-install-4
2 parents 1cf6da9 + 33edc76 commit 69ed760

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tools: composer, cs2pr
3434

3535
- name: Install Composer dependencies
36-
uses: ramsey/composer-install@v3
36+
uses: ramsey/composer-install@v4
3737

3838
- name: Detect coding standard violations
3939
run: ./vendor/bin/phpcs -q --report=checkstyle | cs2pr

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
extensions: mysql
5555

5656
- name: Install Composer dependencies
57-
uses: ramsey/composer-install@v3
57+
uses: ramsey/composer-install@v4
5858

5959
- name: Setup Test Environment
6060
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}

0 commit comments

Comments
 (0)