-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
The action uses the soon deprecated set-output
command
#151
Comments
This is already using 1.10 of actions/core. The warning is caused by backward compatibility. See actions/toolkit#1336. |
Thx for the link. So it seems as this action somehow evaluates |
Adding a little bit more context for future reference: actions/toolkit#1218 (comment) as
I'll re-open this issue for future visibility. Thank you! |
Very interesting - maybe their docs are slightly outdated? I'm not a GitHub Actions expert tbh; maybe you can ask this question in the |
good news @zgosalvez, by bumping the |
Example warning here:
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/
Would appreciate if you could update the action accordingly.
The text was updated successfully, but these errors were encountered: