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

Move CDDL job from Node 12 to Node 16 due to deprecated features #444

Closed
whimboo opened this issue Jun 6, 2023 · 4 comments · Fixed by #470
Closed

Move CDDL job from Node 12 to Node 16 due to deprecated features #444

whimboo opened this issue Jun 6, 2023 · 4 comments · Fixed by #470

Comments

@whimboo
Copy link
Contributor

whimboo commented Jun 6, 2023

See the annotations for the CDDL job:
https://github.com/w3c/webdriver-bidi/actions/runs/5186558692?pr=442

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

and

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/

@thiagowfx
Copy link
Member

This is likely blocked on actions-rs/toolchain#219 and actions-rs/toolchain#221

@thiagowfx
Copy link
Member

One idea: actions-rs/toolchain#216 (comment)

@dtolnay
Copy link

dtolnay commented Jul 4, 2023

This is likely blocked on actions-rs/toolchain#219 and actions-rs/toolchain#221

The whole actions-rs org is abandoned for years, so I would recommend not blocking yourself on it being revived.

@whimboo
Copy link
Contributor Author

whimboo commented Jul 5, 2023

Thank you David! It's great to see that [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) exists and works fine for our purpose.

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 a pull request may close this issue.

3 participants