-
Notifications
You must be signed in to change notification settings - Fork 377
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
Update CI with Node16-compatible actions #1778
Comments
WTH? Why is there any node.js in any of our CI? That's bonkers... Also, I really love that issue:
|
There's also the whole set-output thing that's Github's complaining about that doesn't appear like it should be an issue: https://github.com/actions/toolkit/blob/819157bf872a49cfcc085190da73894e7091c83c/packages/core/src/core.ts#L192 It also seems entirely due to actions-rs/toolchain, which is calling actions/core's |
Considering actions-rs/toolchain specifies the |
We could temporarily just fork |
Github recently announced the deprecation of Node12-based actions.
We should upgrade all actions of the CI to stop them complaining.
Currently blocked on actions-rs/toolchain#220.
The text was updated successfully, but these errors were encountered: