diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 02ac4f5f..abb47cd0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -64,7 +64,7 @@ jobs: done - name: Create kind cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: kindest/node:v1.22.7