-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked onThis issue is being actively worked onp1
Description
Describe the feature
Currently we have no decent way to pin to a certain release of the node16 variant.
Dependabot will also try to bump our node16 variant to the non node16 variant.
Use Case
Have proper release management of this GitHub action to support dependabot and allow consumers to do version pinning.
Proposed Solution
Have tagged releases of the node16 variant (maybe 2.x.x) releases.
Other Information
This is what dependabot sees as a new version.
- uses: aws-actions/configure-aws-credentials@v1-node16
+ uses: aws-actions/[email protected]
However that means we are downgrading again to node12, which will reintroduce all those deprecation notices.
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
gjkamstra, neovatar, lapavila, Caffe1neAdd1ct, PAXANDDOS and 20 more
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked onThis issue is being actively worked onp1