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

GitHub has deprecated "set-output" as a way of passing output in actions. #193

Closed jpeiffer closed 1 year ago

jpeiffer commented 1 year ago

From build output that uses this command:

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

Duplicate of #192