ibiqlik / action-yamllint

GitHub Action - Yaml Lint
MIT License
97 stars 41 forks source link

`set-output` command is deprecated #32

Closed yannbertrand closed 2 years ago

yannbertrand commented 2 years ago

When running this action, this issue is logged:

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 seems quite new but the set-output usage should migrate to environment files.

Blog article explaining the change: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

ibiqlik commented 2 years ago

Yeah, quite new but very annoying to see those warnings. Update imminent, thanks for reporting

yannbertrand commented 2 years ago

Upgraded on my side. Thanks a lot!