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

Update to new github set output commands #182

Closed
ray-peters opened this issue Oct 13, 2022 · 3 comments · Fixed by #188
Closed

Update to new github set output commands #182

ray-peters opened this issue Oct 13, 2022 · 3 comments · Fixed by #188

Comments

@ray-peters
Copy link

The following warnings started bubbling up inside github action workflows:

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/

Is it possible to get an update to support the new commands and resolve the warning?

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

@TriPSs
Copy link
Owner

TriPSs commented Oct 13, 2022

I think this is a matter of updating the @actions/core as we use that to set the output.

@dmijatovic
Copy link

@TriPSs I see other actions perfoming @actions/core update like thisone by (bump @actions/core from 1.4.0 to 1.10.0 to resolve set-output issues in dependencies.

TriPSs added a commit that referenced this issue Nov 9, 2022
@ray-peters
Copy link
Author

Thank you @TriPSs !

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 a pull request may close this issue.

3 participants