jaumann / github-bumpversion-action

A GitHub action that utilizes the bumpversion tool
MIT License
6 stars 11 forks source link

set-output command will be deprecated soon #9

Closed genismoreno closed 5 months ago

genismoreno commented 12 months ago

When running an action that uses this plugin I have the following warning:

image

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/

Maybe we need a fix before it gets deprecated.