diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9850061..acb1e9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT - name: Create KinD cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: version: v0.17.0 node_image: ${{ steps.node_image.outputs.image }}