Skip to content

Commit 12b5637

Browse files
authored
Merge pull request #2712 from WordPress/dependabot/github_actions/ramsey/composer-install-4.0.0
GH Actions: Bump ramsey/composer-install from 3.1.1 to 4.0.0
2 parents d78a7e9 + 4c23d00 commit 12b5637

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/basic-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
5151
5252
- name: Install Composer dependencies
53-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
53+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
5454
with:
5555
# Bust the cache at least once a month - output format: YYYY-MM.
5656
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -182,7 +182,7 @@ jobs:
182182
run: composer config --unset lock
183183

184184
- name: Install Composer dependencies
185-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
185+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
186186
with:
187187
composer-options: --no-dev
188188
# Bust the cache at least once a month - output format: YYYY-MM.
@@ -255,7 +255,7 @@ jobs:
255255
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
256256
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
257257
- name: Install Composer dependencies
258-
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" # 3.1.1
258+
uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0
259259
with:
260260
# Bust the cache at least once a month - output format: YYYY-MM.
261261
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: composer config --unset lock
4949

5050
- name: Install Composer dependencies
51-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
51+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
5252
with:
5353
# Bust the cache at least once a month - output format: YYYY-MM.
5454
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: composer config --unset lock
111111

112112
- name: Install Composer dependencies
113-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
113+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
114114
with:
115115
# Bust the cache at least once a month - output format: YYYY-MM.
116116
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)