diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index 379e130b81..91b81bbc02 100644 --- a/.github/workflows/test-chart.yaml +++ b/.github/workflows/test-chart.yaml @@ -38,7 +38,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.13.0 - name: Run chart-testing (install) run: ct install --config ct.yaml