Node 16 upgrade
We are receiving warnings from Github actions about node 12 would be deprecated and that this action is still using it.
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: abhilash1in/[email protected]
I noticed there is an open PR https://github.com/abhilash1in/aws-secrets-manager-action/pull/45 with the upgrade, any ETA on when this will be merged?
@ejgutierrezvega I ran into the same issue, and switched over to using https://github.com/aws-actions/aws-secretsmanager-get-secrets , which is very similar to this one.