Closed lgmorand closed 6 months ago
workflow is popping warnings about deprecation of either old versions built-in github actions and also workflows commands such as set-ouput. Real deprecation for both features will be summer 2023
NodeJS12 deprecation notice: [https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/]()
Set:output deprecation notice: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/]()
Remove warnings and ensure that it will not break once deprecated is fully effective (removal)
[ ] Yes [X] No
What kind of change does this Pull Request introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [X] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe:
run the pipeline :)
workflow is popping warnings about deprecation of either old versions built-in github actions and also workflows commands such as set-ouput. Real deprecation for both features will be summer 2023
NodeJS12 deprecation notice: [https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/]()
Set:output deprecation notice: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/]()
Purpose
Remove warnings and ensure that it will not break once deprecated is fully effective (removal)
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?