Closed
Description
Describe the problem
Using this action at the most recent version generates a warning that Node 12 is deprecated and the action should be updated to use Node 16.
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: arduino/[email protected]. 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
Use arduino/[email protected]
in a GitHub Action workflow.
Expected behavior
A Node 12 deprecation warning should not be generated.
'arduino/setup-arduino-cli' version
1.1.1
Additional context
No response
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