Skip to content

Commit b19c94b

Browse files
authored
Merge pull request #879 from Automattic/dependabot/github_actions/ramsey/composer-install-4
2 parents 96781d6 + 840d1a8 commit b19c94b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/basics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Install dependencies and handle caching in one go.
4949
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5050
- name: Install Composer dependencies
51-
uses: "ramsey/composer-install@v3"
51+
uses: "ramsey/composer-install@v4"
5252
with:
5353
# Bust the cache at least once a month - output format: YYYY-MM.
5454
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -117,7 +117,7 @@ jobs:
117117
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
118118
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
119119
- name: Install Composer dependencies
120-
uses: "ramsey/composer-install@v3"
120+
uses: "ramsey/composer-install@v4"
121121
with:
122122
# Bust the cache at least once a month - output format: YYYY-MM.
123123
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
@@ -58,7 +58,7 @@ jobs:
5858
# Install dependencies and handle caching in one go.
5959
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6060
- name: Install Composer dependencies
61-
uses: "ramsey/composer-install@v3"
61+
uses: "ramsey/composer-install@v4"
6262
with:
6363
# Bust the cache at least once a month - output format: YYYY-MM.
6464
custom-cache-suffix: $(date -u "+%Y-%m")

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
tools: cs2pr
4646

4747
- name: Install Composer dependencies
48-
uses: "ramsey/composer-install@v3"
48+
uses: "ramsey/composer-install@v4"
4949
with:
5050
# Bust the cache at least once a month - output format: YYYY-MM.
5151
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -123,7 +123,7 @@ jobs:
123123
# Install dependencies and handle caching in one go.
124124
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
125125
- name: Install Composer dependencies
126-
uses: "ramsey/composer-install@v3"
126+
uses: "ramsey/composer-install@v4"
127127
with:
128128
# Bust the cache at least once a month - output format: YYYY-MM.
129129
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)