diff --git a/.github/workflows/chart-test.yaml b/.github/workflows/chart-test.yaml index df58edf..f89e22b 100644 --- a/.github/workflows/chart-test.yaml +++ b/.github/workflows/chart-test.yaml @@ -98,7 +98,7 @@ jobs: echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT - name: Create KinD cluster - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 with: version: v0.17.0 node_image: ${{ steps.node_image.outputs.image }}