Skip to content

Commit 0a1e953

Browse files
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 530cc6e commit 0a1e953

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
php-version: '8.3'
1818

19-
- uses: "ramsey/composer-install@v3"
19+
- uses: "ramsey/composer-install@v4"
2020

2121
- name: PHP CS Fixer
2222
run: ./vendor/bin/php-cs-fixer check
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
php-version: '8.3'
3333

34-
- uses: "ramsey/composer-install@v3"
34+
- uses: "ramsey/composer-install@v4"
3535
with:
3636
working-directory: "tools/rector"
3737

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
php-version: "${{ matrix.php-version }}"
5757

58-
- uses: "ramsey/composer-install@v3"
58+
- uses: "ramsey/composer-install@v4"
5959
with:
6060
composer-options: "--prefer-dist"
6161

0 commit comments

Comments
 (0)