helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Upgrade github actions to Node 20

Open ferhoyos opened this issue 7 months ago • 0 comments

Currently, github actions use v3 of actions/checkout, which internally runs on Node 16 (https://github.com/actions/checkout/blob/v3/action.yml#L90).

This PR upgrades github actions to v4, which internally runs Node on 20 (https://github.com/actions/checkout/blob/v4/action.yml#L102)

ferhoyos avatar Jul 04 '24 06:07 ferhoyos