Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated set-output GitHub Actions command #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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