diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 36337c78..e153ec31 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,7 +37,7 @@ jobs: # Functional tests - name: Create Kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 with: cluster_name: default - name: Run Skaffold pipeline