mtgjson / mtgjson-website

MTGJSON Documentation Front-End Application built with VitePress
https://mtgjson.com
MIT License
36 stars 24 forks source link

Deprecated `set-output` in workflow #615

Closed janbrasna closed 7 months ago

janbrasna commented 8 months ago

Describe the feature request

The set-output command is deprecated:

https://github.com/mtgjson/mtgjson-website/blob/7d78ffa2064b36865ef20bc99a340ebf9f993f43/.github/workflows/release-management.yml#L40-L44

logging annotations when run:

Screen Shot 2023-12-27 at 16 16 42

Github was about to sunset it this summer but postponed it for now: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ nonetheless it's unknown for how long.

Additional context

The set-output command is deprecated and $GITHUB_OUTPUT should be used instead, as was done in: