These warnings has been persistent in our github action workflows:
The following actions uses node12 which is deprecated and will be forced to run on node16: indiesdev/curl@v1.1.
- 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/
Even better upgrade to Node 20 since we have been getting similar issues with Node 16.