Github workflows should use https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter instead of `set-output` directive. For example: https://github.com/ComplianceAsCode/content/blob/1e6e5eb0e7babb4a4cea573b8b9f4305812a202c/.github/workflows/automatus-cs8.yaml#L33 Reference: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Github workflows should use https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
instead of
set-outputdirective. For example:content/.github/workflows/automatus-cs8.yaml
Line 33 in 1e6e5eb
Reference: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/