Fix deprecated GitHub Actions versions in CI workflows#509
Merged
lisachenko merged 2 commits intomasterfrom Jul 11, 2025
Merged
Fix deprecated GitHub Actions versions in CI workflows#509lisachenko merged 2 commits intomasterfrom
lisachenko merged 2 commits intomasterfrom
Conversation
Co-authored-by: lisachenko <640114+lisachenko@users.noreply.github.com>
|
A new inspection was created. |
Copilot
AI
changed the title
[WIP] Bug: Build workflow fails because of deprecated version of actions/cache.
Fix deprecated GitHub Actions versions in CI workflows
Jul 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The build workflows were failing due to deprecated versions of GitHub Actions. The error message indicated:
This PR updates the deprecated actions to their latest stable versions:
Changes made:
actions/checkout@v2→actions/checkout@v4in both workflowsactions/cache@v2→actions/cache@v4in both workflowsFiles updated:
.github/workflows/phpstan.yml- Updated checkout and cache actions.github/workflows/phpunit.yml- Updated checkout and cache actionsThe changes are minimal and surgical (2 files changed, 4 insertions, 4 deletions) and maintain full compatibility with the existing workflow configurations. All YAML syntax has been validated.
Fixes #508.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/adlawson/php-vfs/zipball/e955034419d6a8f92c9a8ea2e626eeed96b41095/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/dbal/zipball/4a4e2eed3134036ee36a147ee0dac037dfa17868/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/orm/zipball/6307b4fa7d7e3845a756106977e3b48907622098/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/console/zipball/9e27aecde8f506ba0fd1d9989620c04a87697101/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125/usr/bin/php8.3 -n -c /tmp/oBL5EO /usr/bin/composer install --no-interaction --no-progress(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.