Closed brunchboy closed 1 year ago
In one of my commits, I mentioned some outdated node modules, but that was before I had merged in your latest changes, so they were inaccurate. Other than the update to @actions/core I included, which is required to fix some deprecation warnings for the set-output
command, you are probably best off running npm oudated
for yourself and deciding what else to update.
Hopefully one of these days you’ll have a chance to make these updates. This is the only action remaining that is causing deprecation warnings on my projects that build on GitHub.
Awesome @brunchboy! 😄
Glad to see you around and thanks a lot for this PR.
Github has deprecated the use of Node 12 in actions.