tablewriter icon indicating copy to clipboard operation
tablewriter copied to clipboard

CI: bump workflow's versions, fix Node 12 deprecation warning

Open kbdharun opened this issue 2 years ago • 0 comments

Changes

  • Bump actions/checkout from v2 (Node 12) to v4 (Node 20).
  • Bump actions/setup-go from v2 (Node 12) to v5 (Node 20). [This change will also improve the workflow's performance as the version's release adds support for caching.]

Context

Node 16 reached eol recently, GitHub removed support for it last month, currently all runners default to Node 18 or newer even if the workflow uses other Node versions.

kbdharun avatar Jun 18 '23 16:06 kbdharun