crystal-lang / install-crystal

GitHub Action: Install Crystal programming language
https://crystal-lang.github.io/install-crystal/configurator.html
MIT License
68 stars 8 forks source link

Warning: The `set-output` command is deprecated #16

Closed SamantazFox closed 1 year ago

SamantazFox commented 1 year ago

We've been recently getting the following message in our CI:

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/

It happens after every step of the Run crystal-lang/install-crystal@v1.6.0 action (looking at the changelog shows that 1.7.0 didn't fix the problem).

oprypin commented 1 year ago

What- so you didn't even try the latest version? It fixes it

SamantazFox commented 1 year ago

Ooops, yeah, sorry :/