diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab5ed77..0a6884a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT - name: Create KinD cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: version: v0.17.0 node_image: ${{ steps.node_image.outputs.image }} diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index 302a6d3..e294d18 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -71,7 +71,7 @@ jobs: echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT - name: Create KinD cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 with: version: v0.17.0 node_image: ${{ steps.node_image.outputs.image }}