ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

Replace deprecated set-output #70

Closed bostonaholic closed 1 year ago

bostonaholic commented 1 year ago

Fixes #69

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

I don't know much about building GitHub actions, so I'm not clear on how to test this. I simply followed the article from GitHub above to search/replace the deprecated use of set-output.