Update github action actions-rs/toolchain
when its update to using node-16
#3261
Labels
I-CICD
Impact: CI/CD, automated stuff on this repo
I-Dependency
Impact: related to an dependency
I-Github-Actions
Impact: Github actions related stuff
Github started deprecation of node-12 that is EOL.
We have
actions-rs/toolchain
that use that version.We need to wait for them to update the node that they're using.
Here are the item that track this change:
After one of those is resolve (and most importantly, they aren't using node-12), we can update our action
setup-rust
in.github/actions/setup-rust
The text was updated successfully, but these errors were encountered: