Merge pull request #6 from alexlebens/renovate/helm-kind-action-1.x

Update helm/kind-action action to v1.9.0
This commit is contained in:
2024-02-15 11:51:00 -07:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ jobs:
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'