subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

set-output is deprecated #192

Closed rpekarek-tc closed 1 year ago

rpekarek-tc commented 1 year ago

Warning message: 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/

subosito commented 1 year ago

@rpekarek-tc Just published v2.8.0 and also updated v2 to fix this. Thanks for reporting.