You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
I get a warning about this action in GitHub Workflows UI
Call to
core.setOutput("fileName", fileName);
setOutput
method is heresbom-generator-action/src/index.js
Line 19 in 337f599
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)
The text was updated successfully, but these errors were encountered: