Skip to content

Commit 66898c6

Browse files
dependabot[bot]jrfnl
authored andcommitted
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 12d3128 commit 66898c6

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
@@ -46,7 +46,7 @@ jobs:
4646
# Install dependencies and handle caching in one go.
4747
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4848
- name: Install Composer dependencies
49-
uses: "ramsey/composer-install@v2"
49+
uses: "ramsey/composer-install@v3"
5050
with:
5151
# Bust the cache at least once a month - output format: YYYY-MM.
5252
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
@@ -118,7 +118,7 @@ jobs:
118118
# Install dependencies and handle caching in one go.
119119
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
120120
- name: Install Composer dependencies
121-
uses: "ramsey/composer-install@v2"
121+
uses: "ramsey/composer-install@v3"
122122
with:
123123
composer-options: ${{ matrix.php == '8.4' && '--ignore-platform-req=php' || '' }}
124124
custom-cache-suffix: $(date -u "+%Y-%m")
@@ -196,7 +196,7 @@ jobs:
196196
# Install dependencies and handle caching in one go.
197197
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
198198
- name: Install Composer dependencies
199-
uses: "ramsey/composer-install@v2"
199+
uses: "ramsey/composer-install@v3"
200200
with:
201201
# Bust the cache at least once a month - output format: YYYY-MM.
202202
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)