alexcrichton opened PR #5083 from fix-ci-warnings
to main
:
Looks like they're deprecating the
node12
runtime for actions and are recommendingnode16
instead. Turns out basically every single action we have and reference usesnode12
, so this updates most of them to versions that usenode16
. I think we have some bytecodealliace-hosted actions to update as well but this should be the main crop.I also updated the mdbook version here since I think the old version no longer compiles on newest rustc.
pchickey submitted PR review.
alexcrichton merged PR #5083.
Last updated: Nov 22 2024 at 17:03 UTC