container-apps-store-api-microservice
container-apps-store-api-microservice copied to clipboard
Fix deprecation
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?
[ ] Yes
[X] No
Pull Request Type
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:
- Test the code
run the pipeline :)