diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index f28b22c379c..bc4bb163f37 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -92,6 +92,6 @@ jobs: php-version: 8.3 coverage: none - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" - run: ${{ matrix.actions.run }} diff --git a/.github/workflows/e2e_command_with_option.yaml b/.github/workflows/e2e_command_with_option.yaml index 81e5710a729..e0edf1fcb7c 100644 --- a/.github/workflows/e2e_command_with_option.yaml +++ b/.github/workflows/e2e_command_with_option.yaml @@ -30,7 +30,7 @@ jobs: php-version: 8.3 coverage: none - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" # test various commands with options - working-directory: e2e/command-with-option diff --git a/.github/workflows/phpstan_printer_test.yaml b/.github/workflows/phpstan_printer_test.yaml index fcc011be97d..49e5e16d8fb 100644 --- a/.github/workflows/phpstan_printer_test.yaml +++ b/.github/workflows/phpstan_printer_test.yaml @@ -36,6 +36,6 @@ jobs: # and check against first class callable strlen(...) ini-values: zend.assertions=1 - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" - run: vendor/bin/phpunit tests/PhpParser/Printer/PHPStanPrinterTest.php --colors diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bbc18ce754f..0b189cfa00b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,6 +36,6 @@ jobs: # and check against first class callable strlen(...) ini-values: zend.assertions=1 - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" - run: vendor/bin/phpunit --colors diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index 2e2f5a2351f..01f59d89fb2 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -44,7 +44,7 @@ jobs: php-version: 8.3 coverage: none - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" - run: ${{ matrix.actions.run }}