diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13b38fc..cdae332 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -16,7 +16,7 @@ jobs: command: lint - name: Create kind cluster - uses: helm/kind-action@v1.0.0-alpha.3 + uses: helm/kind-action@v1.0.0 with: install_local_path_provisioner: true if: steps.lint.outputs.changed == 'true'