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

Github issues warning regarding set-output when action is run #482

Open
wpowell-bw opened this issue Mar 20, 2023 · 2 comments
Open

Github issues warning regarding set-output when action is run #482

wpowell-bw opened this issue Mar 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@wpowell-bw
Copy link

wpowell-bw commented Mar 20, 2023

What happened

Github workflow displays 5 warnings with the following information:
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/

What you expected to happen

No warnings should appear on successful run.

How to reproduce

Use actions-ecosystem/[email protected] in a workflow that runs when a Pull Request is merged.

How to resolve

Per the github blog:

Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.

This will remove the warnings as shown above. Github has stated that non-updated actions will fail with an error as of 1st June 2023 a future date.
#437 looks to be related to this issue.

Environment

Any

@wpowell-bw wpowell-bw added the bug Something isn't working label Mar 20, 2023
@taylorsmithgg
Copy link

taylorsmithgg commented Mar 30, 2023

@micnncim Allegedly, this is being deprecated soon. Any updates?

@wpowell-bw
Copy link
Author

wpowell-bw commented May 31, 2023

Update from GH:

Our telemetry shows significant usage of these commands. Given the number of impacted customers we are postponing the removal.

I will continue to monitor GH communications and modify my report if they provide a new date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants