You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered this error when trying to run the action for the first time:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup- node@v1, dephraiim/translate-readme@main. For more information see: https://github.blog/changelog/2022-09-22- github-actions-all-actions-will-begin-running- on-node16-instead-of-node127.
As a momentary fix, I've forked the project and I've by changed Node's aforementioned actions to v3 and also edited action.yaml to use node16 instead of node12. With this changes it seems to work again, although I am not aware of possible changes in outcome due to the version change, as it's the first time I use this action.
The text was updated successfully, but these errors were encountered:
I have encountered this error when trying to run the action for the first time:
As a momentary fix, I've forked the project and I've by changed Node's aforementioned actions to
v3
and also editedaction.yaml
to usenode16
instead ofnode12
. With this changes it seems to work again, although I am not aware of possible changes in outcome due to the version change, as it's the first time I use this action.The text was updated successfully, but these errors were encountered: