diff --git a/.github/workflows/helm_lint_test.yml b/.github/workflows/helm_lint_test.yml index 229ae97..544dba7 100644 --- a/.github/workflows/helm_lint_test.yml +++ b/.github/workflows/helm_lint_test.yml @@ -44,7 +44,7 @@ jobs: run: ct lint --config ct.yml - name: Create kind cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.5.0 with: install_local_path_provisioner: true if: steps.list-changed.outputs.changed == 'true'