Skip to content

Commit 5aeefa8

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 5e0eaf6 commit 5aeefa8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Install dependencies and handle caching in one go.
4040
# @link https://github.com/marketplace/actions/install-composer-dependencies
4141
- name: Install Composer dependencies
42-
uses: ramsey/composer-install@v3
42+
uses: ramsey/composer-install@v4
4343
with:
4444
# Bust the cache at least once a month - output format: YYYY-MM-DD.
4545
custom-cache-suffix: $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Install dependencies and handle caching in one go.
4646
# @link https://github.com/marketplace/actions/install-composer-dependencies
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-DD.
5151
custom-cache-suffix: $(date -u -d "-0 month -$(($(date +%d)-1)) days" "+%F")

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer, cs2pr
2929

3030
- name: Install PHP dependencies
31-
uses: ramsey/composer-install@v3
31+
uses: ramsey/composer-install@v4
3232
with:
3333
composer-options: '--prefer-dist --no-scripts'
3434

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: composer config --unset platform.php
6969

7070
- name: "Install Composer dependencies"
71-
uses: ramsey/composer-install@v3
71+
uses: ramsey/composer-install@v4
7272
with:
7373
# Force a `composer update` run.
7474
dependency-versions: "highest"

0 commit comments

Comments
 (0)