Skip to content

Update actions in the CI to move away from the deprecated runtime #48081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

stof
Copy link
Member

@stof stof commented Nov 2, 2022

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets n/a
License MIT
Doc PR n/a

For official actions, the usage of the new node-16 runner was released as a major version of the actions (because it breaks compatibility with older versions of GitHub Enterprise Server). This updates our workflows to use that new version.

@carsonbot carsonbot added this to the 4.4 milestone Nov 2, 2022
@stof
Copy link
Member Author

stof commented Nov 2, 2022

This fixes the deprecation warnings for https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

But we also need to account for https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (maybe separately, as it is about updating different parts of the config)

@nicolas-grekas
Copy link
Member

Thank you @stof.

@nicolas-grekas nicolas-grekas merged commit 57fbec5 into symfony:4.4 Nov 2, 2022
@stof
Copy link
Member Author

stof commented Nov 2, 2022

This will definitely be solved separately, as the 4.4 branch does not use ::set-output

@stof stof deleted the update_ci branch November 2, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants