-
Notifications
You must be signed in to change notification settings - Fork 338
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
Deprecated Warning every run of the action #41
Comments
I think that comes from the |
It just requires to change that one-line from that file and use |
So the procedure would be to edit the file. I could do that over the weekend. 😄
I would not support the statement. The new versions close security gaps and possibly allow further use of the action. To guarantee the functionality of the action, tests should be written to prevent such problems. |
Hi is this resolved? I see you closed the pr without merging |
Oh I didn't know why I'm closing this PR. But I guess it is better to use something like a build management tool. |
This should be taken care of by #296 :) |
When the action is always running in my repository, I always get the following warnings:
This should be fixable by updating the dependencies in the
package.json
file. Is there a reason why the versions are not explicitly there, but direct files are given? Would it make sense to add a dependabot file to get security updates etc.?The text was updated successfully, but these errors were encountered: