aws-actions/amazon-ecs-render-task-definition

Github is deprecating the use of node12 on all actions.

Closed this issue · 5 comments

Github will be deprecating the use of node12 on all Github Actions. The warning message as such:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: aws-actions/amazon-ecs-render-task-definition

It seems, I can't find any updates on this repo for this issue. Other aws-actions are being updated and are at different stages.

Do you guys plan to update it?
Thanks

Appears to be updated via #199

Issue has been resolved with #199

Shouldn't we tag v1.1.2 with v1 as well, so we'll be able to use @v1 in our workflows?

Shouldn't we tag v1.1.2 with v1 as well, so we'll be able to use @v1 in our workflows?

Already done

Thank you!
Probably I misread my GH flow warnings.