Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.39k stars 1.11k forks source link

Github Action deprecating `set-output` command #40

Closed ghost closed 2 years ago

ghost commented 2 years ago

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

Platane commented 2 years ago

ok thanks for reporting that :+1: