-
Notifications
You must be signed in to change notification settings - Fork 80
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
[DEP0005] DeprecationWarning: Buffer() is deprecated #50
Comments
Thank you @iamstarkov for reporting this. We do not use Buffer directly. It's used via GitHub API tools. They might need to be updated. I will have a look. |
Can you tell me which version of the nx-set-shas you are using? |
I'm getting the same warning and I'm using latest version with tag |
@meeroslav
|
Here is the deprecation notice from github: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ So @actions/core needs to be updated to v1.10.0 |
@meeroslav is this issue still |
This will be fixed with #71 |
Hello, in my GitHub actions with Node.js 16.16.0 build I see this error. I suspect it will stop working in the future.
Please take a look and let me know if you need any help of have any questions
The text was updated successfully, but these errors were encountered: