aws / amazon-ecs-ami

Packer recipes for building the official ECS-optimized Amazon Linux AMIs
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html
Apache License 2.0
205 stars 47 forks source link

Update actions workflows #247

Closed guikcd closed 4 days ago

guikcd commented 6 months ago

Summary

Use latest version to leverage on more recent runtime images of actions (mostly NodeJS 16 to 20) I also propose to use dependabot to help sync them up2date (it will open pull requests to be reviewed/merged once a week; can be changed)

Implementation details

Testing

New tests cover the changes:

Description for the changelog

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

danehlim commented 4 days ago

Hi @guikcd, thank you for your contribution!

I have rebased this pull request against the latest main branch and updated the Dependabot configuration to more closely match our existing Dependabot configuration in amazon-ecs-agent repository.

I will also raise a pull request in our amazon-ecs-agent repository to ensure Dependabot also checks for updates in Github actions workflows.