ibiqlik / action-yamllint

GitHub Action - Yaml Lint
MIT License
94 stars 40 forks source link

`set-output` command is deprecated #32

Closed yannbertrand closed 1 year ago

yannbertrand commented 1 year 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 1 year ago

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

yannbertrand commented 1 year ago

Upgraded on my side. Thanks a lot!