golemfactory / yapapi

Python high-level API for Golem.
https://yapapi.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
48 stars 23 forks source link

Workflow `set-output` command is deprecated and will be disabled soon #1083

Closed lucekdudek closed 1 year ago

lucekdudek commented 1 year ago

Enable extended checks and Enable sphinx check workflow steps are yielding warnings about deprecated usage of set-output

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/

This configuration should be replace with new template:

steps:
  - name: Set output
    run: echo "{name}={value}" >> $GITHUB_OUTPUT

github docs