diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32a9999..29a4b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: if: ${{ ! contains(github.ref, 'main') }} steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 - name: Checkout uses: actions/checkout@v4 - name: Run K8s test