diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index 48493f9054..379e130b81 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.8.0 + uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) run: ct install --config ct.yaml