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

setOutput is deprecated #5

Open
ckingbailey opened this issue Nov 15, 2023 · 0 comments
Open

setOutput is deprecated #5

ckingbailey opened this issue Nov 15, 2023 · 0 comments

Comments

@ckingbailey
Copy link

ckingbailey commented Nov 15, 2023

I get a warning about this action in GitHub Workflows UI

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/

Call to setOutput method is here
core.setOutput("fileName", fileName);

EDIT: I've learned from this issue that this may be due to the version of @actions/core being old (>=1.2.5 here, issue fixed in >=1.10.0)

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

1 participant