upgrade from AWS SDK for JavaScript (v2) to AWS SDK for JavaScript (v3).
Hi using
machulav/ec2-github-runner@v2
we get a notifictaion that
(node:1568) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. For more information, check the migration guide at https://a.co/7PzMCcy
any plans do so? since it might stop working anytime
Cheers
David
That tag seems to not be keeping up with the latest release and Github is pulling it instead of choosing the latest v2.X, which has this addressed.
I was having the same problem, and pointed to machulav/[email protected] instead and the warning is gone.
In my experience, if you use Dependabot, using the fully qualified version number in Github Actions will prompt PRs to keep you up to date, so using the shortcut of just v2 doesn't really buy you much any more.