Skip to content

Replace deprecated set-output GitHub Actions command#38

Open
aloisklink wants to merge 1 commit intomainfrom
ci/use-non-deprecated-set-output
Open

Replace deprecated set-output GitHub Actions command#38
aloisklink wants to merge 1 commit intomainfrom
ci/use-non-deprecated-set-output

Conversation

@aloisklink
Copy link
Contributor

@aloisklink aloisklink commented Aug 18, 2023

GitHub has deprecated the set-output command in GitHub Actions.

It was even targeted to be removed on 1st June 2023, but they've postponed removal, since there are still a high amount of actions using this syntax. Nevertheless, we should still remove it before GitHub removes it and fails our actions.

Example warnings

screenshot showing GitHub Actions set-output deprecation warning

Screenshot taken from output of https://github.com/nqminds/brski/actions/runs/5883672261

[GitHub has deprecated the `set-output` command in GitHub Actions][1].

It was even targeted to be removed on 1st June 2023, but they've
[postponed removal][2], since there are still a high amount of actions
using this syntax. Nevertheless, we should still remove it before
GitHub removes it and fails our actions.

[1]: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
[2]: https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant