GitHub in their wisdom has deprecated the use of set-output (and save-state). As set-output is used in every script in this action runner, the logs of any workflow run using it are now showing lots of warnings.
I've got the principle for a fix ready, just running into issues with the tests as expect doesn't show the new output, so I'm not all that sure what the updated output expectations should be.
Description
GitHub in their wisdom has deprecated the use of
set-output
(andsave-state
). Asset-output
is used in every script in this action runner, the logs of any workflow run using it are now showing lots of warnings.Refs:
Expected behavior
No warnings.
Screenshots or output
Environment details
Not relevant
Additional context
I've got the principle for a fix ready, just running into issues with the tests as
expect
doesn't show the new output, so I'm not all that sure what the updated output expectations should be.