SebRollen / toml-action

14 stars 8 forks source link

Getting warning about `set-output` command #2

Closed kentcdodds closed 1 year ago

kentcdodds commented 1 year ago

I think this is going to be deprecated in favor of environment files:

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/

antoninbeaufort commented 1 year ago

Seems done in https://github.com/SebRollen/toml-action/pull/1

kentcdodds commented 1 year ago

Thanks. Looks like that change should be tagged.

SebRollen commented 1 year ago

Tagged and released in https://github.com/SebRollen/toml-action/releases/tag/v1.0.1

kentcdodds commented 1 year ago

Thank you for taking the time to do this! 😁