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

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
274 stars 142 forks source link

chore(ci): Upgrade workflows to non-deprecated runtimes #238

Closed dev-slatto closed 5 months ago

dev-slatto commented 1 year ago

Hi! 👋🏻

Several of the Github Actions in the repo are using the deprecated Node.js 12 runtime. Github have announced that everyone should move away from the deprecated Node.js runtime as of this blogpost.

Description of changes: I've upgraded the deprecated actions to versions that uses non-deprecated runtimes.

Open to feedback if there are any other changes wanted done regarding Github Actions 😄

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

amazreech commented 5 months ago

Closing older PRs, upgrade to non-deprecated runtimes was done with PR 297