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

Warning on runs due to set-output command deprecated #450

Open
elsewhat opened this issue Aug 3, 2023 · 0 comments
Open

Warning on runs due to set-output command deprecated #450

elsewhat opened this issue Aug 3, 2023 · 0 comments

Comments

@elsewhat
Copy link

elsewhat commented Aug 3, 2023

When runnning the action currently, Github provides the following 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/

The @actions/core was patched in version v1.10.0 for this through their issue #1178

Therefore, bumping @actions/core dependency to ^1.10.0 should resolve the warning

"@actions/core": "^1.7.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