Skip to content

Commit 6467ee2

Browse files
GH Actions: Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19cb50e commit 6467ee2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
3939
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4040
- name: Install Composer dependencies
41-
uses: "ramsey/composer-install@v2"
41+
uses: "ramsey/composer-install@v3"
4242
with:
4343
# Bust the cache at least once a month - output format: YYYY-MM.
4444
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
@@ -45,7 +45,7 @@ jobs:
4545
# Install dependencies and handle caching in one go.
4646
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4747
- name: Install Composer dependencies
48-
uses: "ramsey/composer-install@v2"
48+
uses: "ramsey/composer-install@v3"
4949
with:
5050
# Bust the cache at least once a month - output format: YYYY-MM.
5151
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
@@ -136,7 +136,7 @@ jobs:
136136
# Install dependencies and handle caching in one go.
137137
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
138138
- name: Install Composer dependencies
139-
uses: "ramsey/composer-install@v2"
139+
uses: "ramsey/composer-install@v3"
140140
with:
141141
composer-options: ${{ matrix.php == '8.4' && '--ignore-platform-req=php' || '' }}
142142
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -231,7 +231,7 @@ jobs:
231231
# Install dependencies and handle caching in one go.
232232
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
233233
- name: Install Composer dependencies
234-
uses: "ramsey/composer-install@v2"
234+
uses: "ramsey/composer-install@v3"
235235
with:
236236
# Bust the cache at least once a month - output format: YYYY-MM.
237237
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)