diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ebb89e..b2b9e1c 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.8.0 + uses: helm/kind-action@v1.9.0 with: cluster_name: ${{ steps.kind-cluster-name.outputs.cluster_name }} config: lib/Kind/cluster.yaml