Skip to content

Commit d1145fe

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 948d77f commit d1145fe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/csqa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Install dependencies and handle caching in one go.
4343
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4444
- name: Install Composer dependencies
45-
uses: "ramsey/composer-install@v3"
45+
uses: "ramsey/composer-install@v4"
4646
with:
4747
# Bust the cache at least once a month - output format: YYYY-MM.
4848
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -86,7 +86,7 @@ jobs:
8686
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
8787
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
8888
- name: Install Composer dependencies
89-
uses: "ramsey/composer-install@v3"
89+
uses: "ramsey/composer-install@v4"
9090
with:
9191
# Bust the cache at least once a month - output format: YYYY-MM.
9292
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -116,7 +116,7 @@ jobs:
116116
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
117117
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
118118
- name: Install Composer dependencies
119-
uses: "ramsey/composer-install@v3"
119+
uses: "ramsey/composer-install@v4"
120120
with:
121121
# Bust the cache at least once a month - output format: YYYY-MM.
122122
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
@@ -131,7 +131,7 @@ jobs:
131131
# Install dependencies and handle caching in one go.
132132
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
133133
- name: Install Composer dependencies
134-
uses: "ramsey/composer-install@v3"
134+
uses: "ramsey/composer-install@v4"
135135
with:
136136
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
137137
composer-options: ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
@@ -206,7 +206,7 @@ jobs:
206206
composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
207207
208208
- name: Install Composer dependencies
209-
uses: "ramsey/composer-install@v3"
209+
uses: "ramsey/composer-install@v4"
210210
with:
211211
# Bust the cache at least once a month - output format: YYYY-MM.
212212
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)