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

Start using actions/setup-node@v3 due to deprecation warnings #2588

Merged
merged 1 commit into from Nov 10, 2022

Conversation

philrz
Copy link
Contributor

@philrz philrz commented Nov 10, 2022

A recent Actions run produced the following warnings during a step that relied on actions/setup-node@v2:

Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

I can see that actions/setup-node#587 appears to fix this, so if we move to @v3 these should go away.

@philrz philrz merged commit 997005f into main Nov 10, 2022
@philrz philrz deleted the setup-node-v3 branch November 10, 2022 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants