GAM icon indicating copy to clipboard operation
GAM copied to clipboard

Github Publish warning message

Open taers232c opened this issue 6 months ago • 1 comments

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/

taers232c avatar Jun 02 '25 21:06 taers232c

It's this action that is making the deprecated calls:

https://github.com/marvinpinto/action-automatic-releases

the action hasn't been updated in a long time (years). We should probably look at moving to:

https://github.com/softprops/action-gh-release

I can take a look but afaik GitHub delayed the deprecation so no immediate concern here:

https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/

jay0lee avatar Jun 04 '25 13:06 jay0lee