peter-evans / rebase

A GitHub action to rebase pull requests in a repository
MIT License
45 stars 19 forks source link

GitHub Actions: Deprecating save-state and set-output commands #119

Closed borisceranic closed 2 years ago

borisceranic commented 2 years ago

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:

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]
Screenshot 2022-10-12 at 18 02 54

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!

peter-evans commented 2 years ago

Hi @borisceranic

Sure. I'm planning to update all of the actions I maintain soon.

peter-evans commented 2 years ago

Released as v2.0.1 / v2.