I'm getting this warning while using this action:
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/
Probably caused by this:
|
echo ::set-output name=changed::$(check) |
BTW is this action still maintained? There have been no commits for the last 3 years.