Skip to content

Commit 3e2de27

Browse files
authored
Merge pull request #20 from pfefferle/dependabot/github_actions/ramsey/composer-install-4
Bump ramsey/composer-install from 3 to 4
2 parents 7700f28 + cb87db0 commit 3e2de27

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
@@ -29,6 +29,6 @@ jobs:
2929
coverage: none
3030
tools: composer, cs2pr
3131
- name: Install Composer dependencies for PHP
32-
uses: ramsey/composer-install@v3
32+
uses: ramsey/composer-install@v4
3333
- name: Detect coding standard violations
3434
run: ./vendor/bin/phpcs

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
coverage: none
6161

6262
- name: Install Composer dependencies
63-
uses: ramsey/composer-install@v3
63+
uses: ramsey/composer-install@v4
6464

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

0 commit comments

Comments
 (0)