mheap / github-action-required-labels

Fail the build if/unless a certain combination of labels are applied to a pull request
MIT License
99 stars 23 forks source link

Buffer() deprecation warning #82

Closed mw72566-KR closed 1 month ago

mw72566-KR commented 1 month ago

v4 and v5 are causing a deprecation warning during execution

(node:321) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
mheap commented 1 month ago

I've updated all the dependencies that I can. Hopefully that will resolve the issue in v5 https://github.com/mheap/github-action-required-labels/releases/tag/v5.4.2