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

The "set-output" command is deprecated and will be disabled soon. #21

Closed
benjamincitrin opened this issue Jun 2, 2023 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@benjamincitrin
Copy link
Contributor

Describe the bug
The set-output command is deprecated and will be disabled soon.

Which version of the action are you using?
v1

Environment
GitHub-hosted

Spark Versions
All

Screenshots
image

Additional context
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/

@benjamincitrin benjamincitrin added the bug Something isn't working label Jun 2, 2023
@benjamincitrin
Copy link
Contributor Author

core.setOutput seems fixed in version 1.10.0 #1178

This affected file is setup-spark.ts

@benjamincitrin
Copy link
Contributor Author

This warning has been fixed in core v1.10.0, which we are using here in the package-lock.json. However, it does require the GITHUB_OUTPUT environment variable be set.

@benjamincitrin
Copy link
Contributor Author

After Fix in PR #22 :
image
Note: Purple lines are Actions debug output. Warnings are no longer shown in any capacity.

@vemonet vemonet closed this as completed in ef2aa1c Jun 7, 2023
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