https://github.com/aws-actions/configure-aws-credentials is up to v3 now. We are still using v1 and getting warnings about it's use of node12. There is another warning about set-output. I haven't been able to track down what is causing it (it's not our code directly) so I'm hoping that upgrading to v3 will also resolve this. I will do this upgrade on my current app and report back here if I hit any snags.
https://github.com/aws-actions/configure-aws-credentials is up to v3 now. We are still using v1 and getting warnings about it's use of node12. There is another warning about
set-output
. I haven't been able to track down what is causing it (it's not our code directly) so I'm hoping that upgrading to v3 will also resolve this. I will do this upgrade on my current app and report back here if I hit any snags.