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
Use core.saveState instead of raw 'save-state' command
The 'save-state' and 'set-output' commands are deprecated since
2022-10-11 and cause warnings when used in workflows:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The saveState function from @actions/core >= 1.10.0 uses the new way to
pass data to the post actions ($GITHUB_STATE); use that function instead
of sending the deprecated 'save-state' command directly.
0 commit comments