-
Notifications
You must be signed in to change notification settings - Fork 248
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
set-output
and save-state
are deprecated
#252
Comments
Have the same issue. Seems to be that terraform init|plan|apply triggering warnings once set from hashicorp/setup-terraform@v2 inside workflow |
Once tests are passing here and merged #247 this warning will vanish. @actions/core 1.10.0 handles set-output using the new environment file mode - not outputting to STDOUT. |
We need to wait and it should be done soon. As a temp fix I used |
fixes #306 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Since runner version 2.298.2
set-output
andsave-state
are deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/The text was updated successfully, but these errors were encountered: