posit-dev / publisher

MIT License
6 stars 1 forks source link

Update `softprops/action-gh-release` to version 2 #2431

Closed dotNomad closed 2 weeks ago

dotNomad commented 2 weeks ago

Our release GitHub action uses version 1 of softprops/action-gh-release we can update it to version 2 to avoid the deprecated Node.js version warning:

release The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

See this run for an example of the warning: https://github.com/posit-dev/publisher/actions/runs/11826395875

Reading the release notes for softprops/action-gh-release it doesn't look like we will need to make any changes.