fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
526 stars 57 forks source link

Set outputs is currently using syntax which is due to be deprecated #158

Open TomMGWhit opened 1 year ago

TomMGWhit commented 1 year ago

The actions output method is currently using Syntax that will be deprecated on 31/05/23. Will this be updated in line with the guidance issued by GitHub?

actions method using deprecated syntax: https://github.com/fastai/ghapi/blob/master/ghapi/actions.py#L119

guidance issued by GitHub: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Currently, using the method results in the following warning being generated on workflows: 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/Show more