ad-m / github-push-action

GitHub actions to push back to repository eg. updated code
MIT License
1.21k stars 229 forks source link

Node.js 12 -> Node.js 16 ? #144

Closed ubaldot closed 2 years ago

ubaldot commented 2 years ago

I am using this action (v0.6.0) and I get this warning from GitHub:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: ad-m/github-push-action

Shall I be worried? :)

ZPascal commented 2 years ago

Hi @ubaldot,

I recommend switching to ad-m/github-push-action@master as version to solve the issue.

ZPascal commented 2 years ago

@ubaldot Do you have further questions, or can we close the issue?

ubaldot commented 2 years ago

I closed it! Thanks for the support!