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
We also need to upgrade some actions which use the save-state command. This message was emitted by actions/checkout.
Warning: The `save-state` 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/
We need to migrate the use of
set-output
commands and use environment files.https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The text was updated successfully, but these errors were encountered: