Azure-Samples / container-apps-store-api-microservice

Sample microservices solution using Azure Container Apps, Dapr, Cosmos DB, and Azure API Management
MIT License
340 stars 422 forks source link

Fix deprecation #38

Closed lgmorand closed 6 months ago

lgmorand commented 1 year 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/]()

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: