You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As of v2.0.0 of the generator, these two actions as called by the container generator use Node.js 16 which is deprecated and upon every run show warnings.
Describe the solution you'd like
Update these actions to later versions which use Node.js 20.
Describe alternatives you've considered
Ignore the warnings.
Additional context
Lots of open issues in this repository, some look like they already cover these deprecation warnings. Feel free to close if this is a duplicate and these are already being tracked.