ad-m / github-push-action

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

Action still uses node12 which is deprecated #183

Closed kdambekalns closed 1 year ago

kdambekalns commented 1 year ago

Using this leads to

The following actions uses node12 which is deprecated and will be forced to run on node16: ad-m/github-push-action@v0.6.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

kdambekalns commented 1 year ago

This was something I reported already in and fixed with https://github.com/ad-m/github-push-action/pull/140

Now, if we could have a release of that, that would be great… đŸ«¶

ZPascal commented 1 year ago

It's possible to use the ad-m/github-push-action@master version to mitigate the issue. I think's also a good idea to create a new release version, but the follow-up PR to handle tags automatically is still not reviewed. I think, it's necessary to create manually a new release version and I'll perform that asap.

ZPascal commented 1 year ago

@kdambekalns I think, I'll also update the version of Node directly to 20, because 16 is in the meantime also deprecated.

ZPascal commented 1 year ago

Hi @kdambekalns, FYI I've created two new releases v0.8.0 -> Node20 and v0.7.0 -> Node16.