algolia / shipjs

Take control of what is going to be your next release.
https://community.algolia.com/shipjs/
MIT License
765 stars 30 forks source link

fix(github-actions): update versions of checkout and node actions #996

Closed dhayab closed 1 year ago

dhayab commented 1 year ago

When setting up shipjs, the user is prompted with choosing if they want to create a Github Action workflow. The template used references actions that default to Node.js 12, which is EOL and has more chance to be incompatible with some of the user's projects dependencies.

This PR updates those action to their latest version, which now default to Node.js 16.