Skip to content

Commit 4248c4c

Browse files
authored
Merge pull request #307 from indieweb/dependabot/github_actions/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents f3cf3c1 + 7c0015c commit 4248c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
coverage: none
1414
tools: composer, cs2pr
1515
- name: Install Composer dependencies for PHP
16-
uses: "ramsey/composer-install@v2"
16+
uses: "ramsey/composer-install@v3"
1717
- name: Detect coding standard violations
1818
run: composer lint
1919

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tools: composer, phpunit-polyfills
2727
extensions: mysql
2828
- name: Install Composer dependencies for PHP
29-
uses: "ramsey/composer-install@v2"
29+
uses: "ramsey/composer-install@v3"
3030
- name: Install SVN
3131
run: sudo apt-get update && sudo apt-get install -y subversion
3232
- name: Setup Test Environment

0 commit comments

Comments
 (0)