You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added comment explaining why setup-node@v3 action causes warnings about deprecated set-output command. Included a link to a bug I filed requested that this be changed: actions/setup-node#606
Description:
The set-output command has been deprecated, but is still in use on lines 181 and 192 of versions.yml
Action version:
v3
Platform:
Runner type:
Tools version:
Node v14, Yarn v1.22.19
Repro steps:
Run a job that uses setup-node@v3, select your action run, and check the summary.
Expected behavior:
A good, clean run with no warnings or errors.
Actual behavior:
The annotations for the job run include warnings that the set-output command has been deprecated, and will be disabled soon.
The text was updated successfully, but these errors were encountered: