dessant / lock-threads

GitHub Action that locks closed issues, pull requests and discussions after a period of inactivity
https://github.com/marketplace/actions/lock-threads
MIT License
313 stars 34 forks source link

Release `v5` which runs on node20 #44

Closed trivikr closed 11 months ago

trivikr commented 12 months ago

As per GitHub Actions: Transitioning from Node 16 to Node 20

Starting October 23rd, workflows containing actions running on Node 16 will display a warning to alert users about the upcoming migration.

The dessant/lock-threads@v4 uses node16 which is end-of-life. https://github.com/dessant/lock-threads/blob/be8aa5be94131386884a6da4189effda9b14aa21/action.yml#L104

Release dessant/lock-threads@v5 which runs on node20?

trivikr commented 12 months ago

Commit which had upgraded from node 12 to 16 in v4 https://github.com/dessant/lock-threads/commit/38e918558115222435d26c0639870cdbe3572929

dessant commented 11 months ago

Version 5 has been published.