diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index 7a85cfe..a6a45b4 100644 --- a/.github/workflows/helm-chart-ci.yml +++ b/.github/workflows/helm-chart-ci.yml @@ -161,7 +161,7 @@ jobs: run: .github/local-helm-repo.sh - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 # Only build a kind cluster if there are chart changes to test. if: needs.lint-chart.outputs.changed == 'true' with: