Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action using deprecated Node 12 and set-output command #13

Open
jmartin4563 opened this issue Oct 26, 2022 · 2 comments
Open

Action using deprecated Node 12 and set-output command #13

jmartin4563 opened this issue Oct 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jmartin4563
Copy link

According to our node agent runs with this action, there are two GHA deprecated features being used

  1. Node@12 actions are deprecated -> https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
  2. set-output will be removed soon -> https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

You can see the GHA warnings here: https://github.com/newrelic/node-newrelic/actions/runs/3330926089

@CliftonDobrich
Copy link
Contributor

@jmartin4563 I merged your PR and thanks for the contrib. newrelic/.github#32

@meiao
Copy link

meiao commented May 4, 2023

GHA will retire Node12 on May 18.
https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12/
There will be a lot of failures if this is not fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants