From b00bcd1f9b249d37a770838a9e0ed6a746b6c4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:22:46 +0000 Subject: [PATCH] ci: bump helm/kind-action from 1.7.0 to 1.9.0 (#165) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.9.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-application.yml b/.github/workflows/ci-application.yml index 6f26b49..c1d7e3e 100644 --- a/.github/workflows/ci-application.yml +++ b/.github/workflows/ci-application.yml @@ -37,7 +37,7 @@ jobs: with: go-version-file: go.mod - name: Setup Kubernetes cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.9.0 with: cluster_name: switchboard-tests - name: Setup just