koenrh / dnscontrol-action

Deploy your DNS configuration using GitHub Actions using DNSControl.
ISC License
79 stars 37 forks source link

The `set-output` command is deprecated and will be disabled soon. #82

Closed georgejipa closed 1 year ago

georgejipa commented 1 year ago

Everything is working fine, but I'm getting the following 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/

koenrh commented 1 year ago

Fixed in https://github.com/koenrh/dnscontrol-action/pull/83. Thank you!