terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 657 forks source link

chore: Upgrade CI workflows to use non-deprecated runtimes #404

Closed dev-slatto closed 1 year ago

dev-slatto commented 1 year ago

Description

The Release and Lock workflow are using an old version and hence a deprecated runtime (Node.js 12). Bumping these workflows will resolve the deprecation warning in the affected workflows.

I've not addressed the warnings on the Tests workflow as Github still hasn't released updated docs on how to reference matrix after set-output is gone. My guess is that this warning is invalid for these references to matrix.x. If anything changes I'll add a PR on that one as well.

Motivation and Context

Make sure that CI workflows uses non-deprecated runtimes.

Breaking Changes

None.

antonbabenko commented 1 year ago

This PR is included in version 4.9.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.