Skip to content

Commit 9c57f83

Browse files
committed
GH Actions: version update for ramsey/composer-install
The action used to install Composer packages and handle the caching has released a new major (and some follow-up patch releases), which means, the action reference needs to be updated to benefit from it. Refs: * https://github.com/ramsey/composer-install/releases/tag/2.0.0 * https://github.com/ramsey/composer-install/releases/tag/2.0.1 * https://github.com/ramsey/composer-install/releases/tag/2.0.2
1 parent ffc9e7d commit 9c57f83

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)