-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Fix deprecation warning #266
Fix deprecation warning #266
Conversation
@softprops Let me know if you'd have time to review and merge this change. If not, I'll close this PR. |
Hi! At @adafruit we use this action. Please let us know if we can help get this PR accepted. |
Hey folks I'm going to close this out for now. We can always reopen it up and merge it. In the meantime, I'll recommend two alternative approaches:
|
Thanks. I've decided to replace with GH CLI. |
@tekktrik we should investigate the above options for library actions |
Summary
Fixes #265 to prevent deprecation warnings in user consoles:
The recommended approach in the blog post is to upgrade
@actions/core
to1.10.0
.When I ran
npm
install, I got this,I believe this is the cause of the large change in
package-lock.json
.I tested this locally (by pointing another project at my fork) and verified it removes the deprecation warning.
Commits