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 got the following warning message when using this action:
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 link is to this blog post, which describes how to fix it. The post says that the warning will turn into an error starting on 2023 June 1.
What you expected to happen
There should be no warning.
How to reproduce it
By setting this action up in a repository, after updating actions/checkout@v3.
To follow up with some news on this, the lines in this blog post that said the commands would be deleted have been struck through. The commands still remain deprecated, though.
I believe the solution is to bump the actions/core version to >=1.10 per the posting, as this repo does indeed use core.setOutput which backends into that call and is migrated to the new form automatically if my understanding is correct. #258 would address this.
What happened
I got the following warning message when using this action:
The link is to this blog post, which describes how to fix it. The post says that the warning will turn into an error starting on 2023 June 1.
What you expected to happen
There should be no warning.
How to reproduce it
By setting this action up in a repository, after updating
actions/checkout@v3
.The PR I found this warning message in is: PlasmaPy/PlasmaPy#2064
Thank you!
The text was updated successfully, but these errors were encountered: