peterjgrainger / action-create-branch

Github action to create a branch
MIT License
92 stars 29 forks source link

The `set-output` command is deprecated and will be disabled soon #379

Closed sfonseka-provenir closed 8 months ago

sfonseka-provenir commented 1 year ago

The set-output command is deprecated and will be disabled soon warning produced when we use the latest version

frederickcwong commented 1 year ago

I got the same warning and the blog post seems to indicate the support for set-output will be fully disabled on May 31st, 2023. Here is the blog post:

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

porridge commented 1 year ago

24-July-2023 Update: Our telemetry shows significant usage of these commands so we have decided to postpone the removal. To learn more, visit the latest changelog post.

boozook commented 1 year ago

Anyway need to update.

peterjgrainger commented 8 months ago

Fixed in version 3.0.0 https://github.com/peterjgrainger/action-create-branch/releases/tag/v3.0.0

sfonseka-provenir commented 8 months ago

Thank you