diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index e78c520..bc3c333 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.9.0 + uses: helm/kind-action@v1.10.0 # Only build a kind cluster if there are chart changes to test. if: needs.lint-chart.outputs.changed == 'true' with: