sphinx-doc / sphinx-doc-translations

translated docs for sphinx official document
Other
21 stars 16 forks source link

Fix set-output deprecation warning in Actions #25

Closed jdillard closed 6 months ago

jdillard commented 9 months ago

main.yml workflow actions are showing the following 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/

To attempt a fix, I followed the advice in https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/, although not sure how to test that was correct.

Fixes #23