notfoundbot icon indicating copy to clipboard operation
notfoundbot copied to clipboard

Recommend using v2 instead of v2…

Open tmcw opened this issue 4 years ago • 2 comments

Do GitHub actions use semver notation? If so, I should probably recommend it so that we can ship auto-updates.

tmcw avatar Dec 30 '20 22:12 tmcw

https://github.community/t/versioning-guidance-for-authoring-and-consuming-actions/138763/2 talks a bit about this

icco avatar Jul 02 '21 15:07 icco

Yep. Dependabot has a package-ecosystem for GitHub Actions that will propose version bumps based on semantic versioning rules. It's very helpful.

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs

bensheldon avatar Apr 01 '23 17:04 bensheldon