Github Actions set-output command is deprecated
shay-ul opened this issue · 4 comments
Describe the bug
When running this action, github action prints 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 Reproduce
Steps to reproduce the behavior:
- Run the action inside a Github Action workflow and observe the warnings
hey @sergeyshaykhullin , looks like this project is no longer maintaned? Should I look for replacement or can you have a look?
Thanks
This project is actively maintained, but it is pretty simple and no changes required for a long time
There are some more GitHub Action deprecations coming soon https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
This is not a node js action