Skip to content

Commit d67b62d

Browse files
authored
Merge pull request #3 from php-parallel-lint/feature/ghactions-update-composer-action
GH Actions: version update for `ramsey/composer-install`
2 parents ffc9e7d + 9c57f83 commit d67b62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Verify the package can be installed succesfully.
4343
# @link https://github.com/marketplace/actions/install-composer-dependencies
4444
- name: Install Composer dependencies
45-
uses: ramsey/composer-install@v1
45+
uses: ramsey/composer-install@v2
4646

4747
- name: Install xmllint
4848
run: sudo apt-get install --no-install-recommends -y libxml2-utils

0 commit comments

Comments
 (0)