diff --git a/.github/workflows/chart-test.yaml b/.github/workflows/chart-test.yaml index 6762590..9fbe428 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.14.0 + uses: helm/kind-action@v1.15.0 with: version: v0.17.0 node_image: ${{ steps.node_image.outputs.image }}