diff --git a/.github/workflows/helm-lint-test.yaml b/.github/workflows/helm-lint-test.yaml index 2de5c9ae..e31711b5 100644 --- a/.github/workflows/helm-lint-test.yaml +++ b/.github/workflows/helm-lint-test.yaml @@ -49,7 +49,7 @@ jobs: - name: Create kind cluster if: steps.chart-test-list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Run chart integration tests if: steps.chart-test-list-changed.outputs.changed == 'true'