Node 12 is being deprecated for action runners
Closed this issue · 1 comments
Describe the problem
My GitHub actions are getting this deprecation warning:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, 64c0c85, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
To reproduce
Run a build that uses setup-protoc.
Expected behavior
I shouldn't see the deprecation warning anymore. 😊
'arduino/setup-protoc' version
latest
Additional context
Thanks for providing this. Still works for me, but I expect once GitHub actually ends support for Node12 some things may break.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest version
- My report contains all necessary details
welp, nevermind. I thought I was looking at the newest version. But I'd been brought to the old commit that I'm running. I'll update to the newest version. 🤦