From ce57d935bfb7d33b3f7d01c73adf1659ddc34364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:54:33 +0000 Subject: [PATCH] build(deps): bump helm/kind-action in the actions group Bumps the actions group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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