canonical / action-build

A Github action for building Snapcraft projects
MIT License
42 stars 22 forks source link

Deprecation warning #45

Closed artivis closed 2 years ago

artivis commented 2 years ago

Jobs using this action generate a deprecation warning in the form of an annotation,

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/

See e.g. this workflow run.

jhenstridge commented 2 years ago

This should be fixed in v1.1.1 of the action (which should be used automatically if your workflow references snapcore/action-build@v1).