diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bde250..d041f66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Check out repository code uses: actions/checkout@v4 - name: Run K8s test