mirror of
https://github.com/helm/helm.git
synced 2026-08-10 17:14:52 +00:00
GitHub Actions has a cache of tools, like Go, and it does not update this cache when a new version comes out. It can take more than a week for a new version to be available. This change forces the action to check if a newer version is available than is in the cache. Closes #31634 Signed-off-by: Matt Farina <matt.farina@suse.com>