I received a warning when my action to generate snake
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/
Seem you need to upgrade actions/core version to 1.10.0 and change your set-output command usage
I received a warning when my action to generate snake
Seem you need to upgrade
actions/core
version to1.10.0
and change yourset-output
command usage