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

GH warnings when running get-releasenote action #78

Open
mjpieters opened this issue Dec 28, 2024 · 1 comment
Open

GH warnings when running get-releasenote action #78

mjpieters opened this issue Dec 28, 2024 · 1 comment

Comments

@mjpieters
Copy link
Contributor

mjpieters commented Dec 28, 2024

When you run the aio-libs/get-releasenote@v1.4.5 action, Github adds this warning (repeated three times):

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

As the linked blog page states, the deprecation has been postponed but I'm assuming it's not a stay of execution.

To fix the warning, replace printing with appending to the os.environ.get("GITHUB_OUTPUT") filename, if it exists.

@asvetlov
Copy link
Member

Thanks for the reminder; I'll prepare a fix

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

No branches or pull requests

2 participants