mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 02:36:00 -05:00
GitHub deprecating support for actions using node16
#17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @caquino on GitHub (Feb 15, 2024).
Hi,
As part of some of my workflows, I use this action and I'm seeing warnings from GitHub about the deprecation of node16 support on actions.
I am more than happy to submit a PR with the changes, but I see that the last update was 2 years ago so before doing the work I would like to ask if this is something that is welcome or if this action should be considered deprecated and I should look for a replacement/fork for this one.
Thanks in advance!
@joelwmale commented on GitHub (Feb 15, 2024):
Hi @caquino. Always happy to take a PR to fix this up.
Project is not dead, just don't have any more features to add, so very little work needed to maintain.
Thanks!
@Gargaj commented on GitHub (Mar 23, 2024):
Would it need more than updating https://github.com/joelwmale/webhook-action/blob/develop/action.yml#L24 from
node16tonode20?@joelwmale commented on GitHub (Mar 25, 2024):
@Gargaj I'll take a look at it in the next few hours and see if I can get it fixed for you.
@joelwmale commented on GitHub (Mar 28, 2024):
@Gargaj this is all fixed and merged into master, at version 2.4.0.