Skip to content

Commit 618f3de

Browse files
GH Actions: Bump ramsey/composer-install from 3 to 4
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d14c4c5 commit 618f3de

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")
@@ -126,7 +126,7 @@ jobs:
126126
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
127127
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
128128
- name: Install Composer dependencies
129-
uses: "ramsey/composer-install@v3"
129+
uses: "ramsey/composer-install@v4"
130130
with:
131131
# Bust the cache at least once a month - output format: YYYY-MM.
132132
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")
@@ -130,7 +130,7 @@ jobs:
130130
# Install dependencies and handle caching in one go.
131131
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
132132
- name: Install Composer dependencies
133-
uses: "ramsey/composer-install@v3"
133+
uses: "ramsey/composer-install@v4"
134134
with:
135135
# Bust the cache at least once a month - output format: YYYY-MM.
136136
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)