Skip to content

Commit ec38401

Browse files
Bump ramsey/composer-install from 3 to 4 (#7948)
* 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> * trigger CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 39c234c commit ec38401

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
php-version: 8.3
9393
coverage: none
9494

95-
- uses: "ramsey/composer-install@v3"
95+
- uses: "ramsey/composer-install@v4"
9696

9797
- run: ${{ matrix.actions.run }}

.github/workflows/e2e_command_with_option.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
php-version: 8.3
3131
coverage: none
3232

33-
- uses: "ramsey/composer-install@v3"
33+
- uses: "ramsey/composer-install@v4"
3434

3535
# test various commands with options
3636
- working-directory: e2e/command-with-option

.github/workflows/phpstan_printer_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
# and check against first class callable strlen(...)
3737
ini-values: zend.assertions=1
3838

39-
- uses: "ramsey/composer-install@v3"
39+
- uses: "ramsey/composer-install@v4"
4040

4141
- run: vendor/bin/phpunit tests/PhpParser/Printer/PHPStanPrinterTest.php --colors

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
# and check against first class callable strlen(...)
3737
ini-values: zend.assertions=1
3838

39-
- uses: "ramsey/composer-install@v3"
39+
- uses: "ramsey/composer-install@v4"
4040

4141
- run: vendor/bin/phpunit --colors

.github/workflows/weekly_pull_requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
php-version: 8.3
4545
coverage: none
4646

47-
- uses: "ramsey/composer-install@v3"
47+
- uses: "ramsey/composer-install@v4"
4848

4949
- run: ${{ matrix.actions.run }}
5050

0 commit comments

Comments
 (0)