GitHub is emitting a warning that v2 is deprecated due to using Node.js
Reported by: GitHub
Differential D37769
.github: Switch to v3 of actions/checkout. jhb on Dec 20 2022, 11:31 PM. Authored by Tags None Referenced Files
Subscribers
Details GitHub is emitting a warning that v2 is deprecated due to using Node.js Reported by: GitHub
Diff Detail
Event TimelineComment Actions Commit message looks a bit odd in phab. Sounds like this is just a nodejs update so if it still works LGTM. Comment Actions I assume that whatever API changes they made between v2 and v3 don't affect our simple use case of checking out the default ref. Comment Actions Yeah, I think phab treated the '12.' as a bullet number in formatting somehow. Raw commit message: Author: John Baldwin <jhb@FreeBSD.org> Date: Tue Dec 20 14:54:12 2022 -0800 .github: Switch to v3 of actions/checkout. GitHub is emitting a warning that v2 is deprecated due to using Node.js 12. Reported by: GitHub It's just updating the version of the action we use. Internally v2 uses Node.js 12 and v3 uses Node.js 16. GitHub is deprecating all actions using Node.js 12 at some date in the future (that is what the warning I noticed on a recent run in CheriBSD was about). |