Skip to content

Support tagged releases of the node16 variant #632

@marcofranssen

Description

@marcofranssen

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

Metadata

Metadata

Assignees

Labels

feature-requestA feature should be added or improved.in-progressThis issue is being actively worked onp1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions