actions-rs / clippy-check

📎 GitHub Action for PR annotations with clippy warnings
https://github.com/marketplace/actions/rust-clippy-check
MIT License
287 stars 40 forks source link

Need to update to Node 16 #169

Open dimo414 opened 1 year ago

dimo414 commented 1 year ago

Do the checklist before filing an issue:

Description

I'm seeing the following warning in my CI:

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/clippy-check

Expected behavior

Expected no warnings :)

Additional context

I'm assuming this line simply needs to be updated, but I'm not sure if there are any risks with doing so.

yvt commented 1 year ago

Will be fixed by #168 (there's no telling when it will be merged, though)

dimo414 commented 1 year ago

@svartalf any chance this can be updated?

clechasseur commented 1 year ago

In case anyone's interested, I forked this Action and published a working version that uses node16: clechasseur/rs-clippy-check.