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
There are two warnings in the logs of builds like the below when using the action.
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 can't see any instances of set-output in the code, so it is probably just a matter of bumping a few packages up to start using the versions that have updated this.
Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.
There are two warnings in the logs of builds like the below when using the action.
Here is the GitHub notification on it: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
I can't see any instances of
set-output
in the code, so it is probably just a matter of bumping a few packages up to start using the versions that have updated this.Here is an example for
@actions/core
: actions/toolkit#1218 (comment)The text was updated successfully, but these errors were encountered: