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

chore: Update deprecated actions #1373

Merged
merged 5 commits into from
Nov 6, 2022

Conversation

mikrostew
Copy link
Contributor

@mikrostew mikrostew commented Nov 5, 2022

There are a lot of deprecation warnings in our recent workflow runs (for ex. 1, 2, 3).

All of these contain multiple instances of the same three things:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions-rs/toolchain, actions/upload-artifact, actions/checkout
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions-rs/cargo
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/

This change updates some actions to fix these:

And one usage of set-output was changed to use environment files instead.

workflows for this PR

https://github.com/volta-cli/volta/actions/runs/3398423871 - no more deprecations
https://github.com/volta-cli/volta/actions/runs/3398423872 - no more deprecations

@chriskrycho chriskrycho merged commit fbf6096 into volta-cli:main Nov 6, 2022
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.

2 participants