maguowei/starred

template: workflow run: `set-output` command is deprecated and will be disabled soon

montchr opened this issue · 1 comments

I just generated a new repo from the template and ran the workflow for the first time. The job succeeded, but with the following warning annotation from GitHub:

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/

https://github.com/montchr/stars/actions/runs/3615604727

upgrade actions/setup-python@v3 -> actions/setup-python@v4 can fix it.
maguowei/awesome-stars@348ff16

refs: