Skip to content

Commit f696fdb

Browse files
Bump ramsey/composer-install from 3 to 4 (#1978)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ffe469 commit f696fdb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
coverage: pcov
3636

3737
- name: Composer install
38-
uses: ramsey/composer-install@v3
38+
uses: ramsey/composer-install@v4
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141
composer-options: "${{ matrix.composer-options }}"

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
php-version: '8.3'
2424

25-
- uses: ramsey/composer-install@v3
25+
- uses: ramsey/composer-install@v4
2626
with:
2727
dependency-versions: 'highest'
2828

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
php-version: '8.3'
2222

23-
- uses: ramsey/composer-install@v3
23+
- uses: ramsey/composer-install@v4
2424
with:
2525
dependency-versions: 'highest'
2626

.github/workflows/security-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php-version: ${{ matrix.php }}
3333

3434
- name: Composer install
35-
uses: ramsey/composer-install@v3
35+
uses: ramsey/composer-install@v4
3636
with:
3737
dependency-versions: ${{ matrix.dependencies }}
3838
composer-options: ${{ matrix.composer-options }} --no-dev

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
php-version: '8.3'
2424

25-
- uses: ramsey/composer-install@v3
25+
- uses: ramsey/composer-install@v4
2626
with:
2727
dependency-versions: 'highest'
2828

0 commit comments

Comments
 (0)