maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
280 stars 28 forks source link

GitHub warning: the `set-output` command is deprecated #55

Closed sebj closed 1 year ago

sebj commented 1 year ago

Currently getting two warnings whenever this step is used in a workflow, both as follows:

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/

maxim-lobanov commented 1 year ago

Hey @sebj , thank you for report. I will take a look shortly.

maxim-lobanov commented 1 year ago

Released version v1.5.1 with fix: https://github.com/maxim-lobanov/setup-xcode/releases/tag/v1.5.1 Also updated v1 tag to point to v1.5.1

Could you please confirm that issue is resolved?

sebj commented 1 year ago

Thank you @maxim-lobanov! I can confirm the issue is resolved