-
Notifications
You must be signed in to change notification settings - Fork 38
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
deprecation warning
#29
Comments
We just use the SDK function. Maybe we need a dependency update? PRs welcome! |
I am pretty sure that all you need to do is update Now when I run the tests I hope that someone else who cares about this project and does have familiarity with Typescript; can make this hopefully simple change. |
Thank you for trying! npm is an absolute mess and I don't have the bandwidth to deal with it right now unfortunately. Is there an EOL deadline for when we need to deal with this warning? |
@thomaseizinger they've been trying to remove that functionality since mid last year. They keep postponing it because not enough people have moved. However, it's only a matter of time. |
@nbusseneau - I am not sure if this is something you could pick up. It was introduced in your PR #28 |
No, sorry. I am not dealing with any of this mess, I already lost enough of my sanity in just getting it to work for #28, as you can see from looking at the thread 😢 |
(And yes, updating the |
I get the following after every run of your action.
see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ for more information.
From my understanding, you need to move to set the release notes via
setOutput()
to the environment variableGITHUB_OUTPUT
.I think this bug was introduced with #28
The text was updated successfully, but these errors were encountered: