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
In a GitHub action where I use cypress-io/github-action@v4, I'm seeing this warning:
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/
I think this would be addressed by upgrading @actions/core in package.json.
There is one usage of the setOutput method in the codebase, here.
zsims, Coteh, fgsalomon, MikeMcC399, nehal0412 and 25 more