linuxwacom / input-wacom

Linux kernel driver for Wacom devices
GNU General Public License v2.0
611 stars 58 forks source link

github: Update to use 'checkout@v4' action to avoid Node.js warnings #411

Closed jigpu closed 6 months ago

jigpu commented 7 months ago

The following warning is displayed multiple times in the "Annotations" section of a Github action that runs the main workflow:


Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ~~~

Updating the main workflow to use checkout@v4 elimiates this warning.
Pinglinux commented 6 months ago

Sounds good to me.