kentaro-m / task-completed-checker-action

:ballot_box_with_check: A GitHub action that checks if all tasks are completed in the pull requests.
MIT License
71 stars 27 forks source link

Node.js 12 actions are deprecated #48

Closed jaseilers closed 1 year ago

jaseilers commented 1 year ago

This action still uses Node 12 which is out of support since April 2022. Therefore using this action gives a deprecation warning:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: kentaro-m/task-completed-checker-action@v0.1.0. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
kentaro-m commented 1 year ago

Hi, @jaseilers! Thank you for reporting the outage of support for Node.js 12. I have already fixed it in #49. Please use v0.1.1 to apply the fix.