First off, thank you for this amazing action you built! It's really helpful for maintaining a rebase-centric workflow within our dev organisation.
Now, the issue. Yesterday, GitHub published a deprecation notice for "save-state", that now results in a warning emitted by a workflow that uses this action:
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using
Environment Files. For more information see: https://...[link moved below]
Hi @peter-evans,
First off, thank you for this amazing action you built! It's really helpful for maintaining a rebase-centric workflow within our dev organisation.
Now, the issue. Yesterday, GitHub published a deprecation notice for "save-state", that now results in a warning emitted by a workflow that uses this action:
Here's a link from the warning message: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Is there any chance to update the action code to make use of the recommended mechanism instead of the deprecated one?
TIA!