hashicorp / setup-packer

Run HashiCorp Packer as part of your GitHub Actions Workflow
https://github.com/marketplace/actions/setup-hashicorp-packer
Apache License 2.0
144 stars 83 forks source link

NodeJS 16 deprecation on Github Actions #89

Closed plp-jordann-collin closed 9 months ago

plp-jordann-collin commented 9 months ago

Expected Behavior

Github deprecates the use of NodeJS 16 in Github Actions and asks to migrate to version 20. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Current Behavior

All builds report a warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hashicorp/setup-packer@v2.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Steps to Reproduce

Check annotations of your workflow.