Skip to content

Commit d15a466

Browse files
authored
Merge pull request #2428 from WordPress/dependabot/github_actions/ramsey/composer-install-3
GH Actions: Bump ramsey/composer-install from 2 to 3
2 parents f985e0a + 1ea048b commit d15a466

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/basic-qa.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
5252
5353
- name: Install Composer dependencies
54-
uses: ramsey/composer-install@v2
54+
uses: ramsey/composer-install@v3
5555
with:
5656
# Bust the cache at least once a month - output format: YYYY-MM.
5757
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -133,7 +133,7 @@ jobs:
133133
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
134134
135135
- name: Install Composer dependencies
136-
uses: ramsey/composer-install@v2
136+
uses: ramsey/composer-install@v3
137137
with:
138138
composer-options: --no-dev
139139
# Bust the cache at least once a month - output format: YYYY-MM.
@@ -204,7 +204,7 @@ jobs:
204204
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
205205
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
206206
- name: Install Composer dependencies
207-
uses: "ramsey/composer-install@v2"
207+
uses: "ramsey/composer-install@v3"
208208
with:
209209
# Bust the cache at least once a month - output format: YYYY-MM.
210210
custom-cache-suffix: $(date -u "+%Y-%m")

Diff for: .github/workflows/quicktest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
coverage: ${{ github.ref_name == 'develop' && 'xdebug' || 'none' }}
4343

4444
- name: Install Composer dependencies
45-
uses: ramsey/composer-install@v2
45+
uses: ramsey/composer-install@v3
4646
with:
4747
# Bust the cache at least once a month - output format: YYYY-MM.
4848
custom-cache-suffix: $(date -u "+%Y-%m")

Diff for: .github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
114114
115115
- name: Install Composer dependencies
116-
uses: ramsey/composer-install@v2
116+
uses: ramsey/composer-install@v3
117117
with:
118118
# Bust the cache at least once a month - output format: YYYY-MM.
119119
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)