From f343ea8452fcfcaf86f66f76503e91593d146845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:03:23 +0000 Subject: [PATCH] build(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.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 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