softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
3.91k stars 440 forks source link

Node.js 16 actions are deprecated #412

Closed SuzukiHonoka closed 5 months ago

SuzukiHonoka commented 5 months ago

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

jsirois commented 5 months ago

This was fixed in #406. There is no tag yet containing this fix, but you can use it with uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981.

SuzukiHonoka commented 5 months ago

This was fixed in #406. There is no tag yet containing this fix, but you can use it with uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981.

Thanks for letting me know.