I updated package.json to require "@actions/core": "^1.10.0", then ran npm update && npm install && npm audit fix && ncc build index.js, committed and pushed. In theory this should be enough to get past the deprecated output according to this blog post.
I updated
package.json
to require"@actions/core": "^1.10.0"
, then rannpm update && npm install && npm audit fix && ncc build index.js
, committed and pushed. In theory this should be enough to get past the deprecated output according to this blog post.Closes #34