diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 165ddb4..d242319 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: echo "cluster_name=${name#charts/}" >> $GITHUB_OUTPUT - name: "Create kind cluster for char ${{ matrix.chart }}" - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: cluster_name: ${{ steps.kind-cluster-name.outputs.cluster_name }} config: lib/Kind/cluster.yaml