diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d9b2223..73e1385 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -106,7 +106,7 @@ jobs: with: name: image.tar - name: Create kind cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 with: node_image: kindest/node:v1.29.2 cluster_name: kind @@ -153,7 +153,7 @@ jobs: with: name: image.tar - name: Create kind cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 with: node_image: kindest/node:v1.29.2 cluster_name: kind