Update helm/kind-action action to v1.9.0 #6

Merged
renovate[bot] merged 1 commits from renovate/helm-kind-action-1.x into main 2024-02-15 18:51:00 +00:00

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'