tisonkun / actions-dco

GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests
Apache License 2.0
7 stars 2 forks source link

Node12 deprecation warning #12

Open kravets-levko opened 1 year ago

kravets-levko commented 1 year ago

Hello 👋

I started getting this warning for workflow that uses tisonkun/actions-dco@v1.1:

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

Screenshot ![image](https://user-images.githubusercontent.com/12139186/214306875-abc935f2-2154-472b-8bf8-9ec8dfc1e80e.png)

Looks that the action should be updated to use Node16 to get rid of this warning