Skip to content
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

[CI] Fix deprecations #1122

Merged
merged 1 commit into from
Sep 18, 2023
Merged

[CI] Fix deprecations #1122

merged 1 commit into from
Sep 18, 2023

Conversation

smnandre
Copy link
Member

@smnandre smnandre commented Sep 17, 2023

Fix multiple deprecations in CI workflows.

doctor-rst.yaml

DOCtor-RST
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. [...]

test.yaml

Note: the failing php-cs-fixer test is unrelated (cause: new rule in php-cs-fixer)
Update: fixed the cs problem, another CI bug appears... not sure if random (does not seem related at all)

JavaScript Coding Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. [...]
Check for UnBuilt JS Dist Files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2 [...]
tests-js
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. [...]

test_turbo.yaml

phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]
tests (8.1, highest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]
tests (8.1, lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]

@weaverryan
Copy link
Member

Thank you a bunch Simon!

@weaverryan weaverryan merged commit 1ab717c into symfony:2.x Sep 18, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants