setup-swift icon indicating copy to clipboard operation
setup-swift copied to clipboard

`set-output` command is deprecated

Open zunda-pixel opened this issue 2 years ago • 1 comments

Describe the bug

GitHub Actions Deprecate Message

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/

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

Workflow configuration (please complete the following information):

  • Action version: swift-actions/setup-swift@v1
  • Platform: ubuntu-latest
  • Swift version: 5.7

zunda-pixel avatar Oct 19 '22 08:10 zunda-pixel

@actions/core's version is required v1.10.0, but setup-swift's @action/core is v1.10.0. Maybe GitHub Deprecate Message is incorrect.

zunda-pixel avatar Oct 19 '22 09:10 zunda-pixel

Hi @zunda-pixel! 👋🏻

Thanks for reporting, the updated @actions/core only existed in master, created a new release now 🎉

fwal avatar Oct 31 '22 07:10 fwal