We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8b78e commit 8e92a36Copy full SHA for 8e92a36
.github/workflows/qa.yml
@@ -42,7 +42,7 @@ jobs:
42
# Verify the package can be installed succesfully.
43
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
44
- name: Install Composer dependencies
45
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
46
with:
47
# Bust the cache at least once a month - output format: YYYY-MM.
48
custom-cache-suffix: $(date -u "+%Y-%m")
0 commit comments