mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
641 stars 201 forks source link

The `set-output` command is deprecated and will be disabled soon. #155

Closed paulz closed 1 year ago

paulz commented 2 years ago

Thank you for the awesome GitHub action!

Works great, but we are getting this warning:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

smkjason commented 1 year ago

Hey @paulz,

I believe this is resolved by the following PR: https://github.com/mathieudutour/github-tag-action/pull/146 Hope this helps. Upgrade to @v6.1 to use the updated version.

paulz commented 1 year ago

thank you!