aws-secrets-manager-action icon indicating copy to clipboard operation
aws-secrets-manager-action copied to clipboard

Node 16 upgrade

Open ejgutierrezvega opened this issue 3 years ago • 1 comments

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 avatar Nov 14 '22 23:11 ejgutierrezvega

@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.

MickHa avatar Dec 08 '22 21:12 MickHa