helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
539 stars 199 forks source link

Update checkout action to v4 tag in README.md #187

Closed maarten-blokker closed 2 months ago

maarten-blokker commented 2 months ago

The example workflow in the readme uses a step actions/checkout with version v3, this version uses Node.js 16 which is deprecated, the following message added to the run:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3
jhoblitt commented 2 months ago

actions/checkout also needs to be bumped to v4 to fix the nodejs warning.