From 1bba6cad0ff9df3c1c1aa77ff00fba6ed38ebcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:41:43 +0100 Subject: [PATCH] build(deps): bump helm/kind-action from 1.2.0 to 1.5.0 (#120) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.2.0...v1.5.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/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 34a4193..c8f86a3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -87,7 +87,7 @@ jobs: - name: Run chart-testing (lint) run: ct lint --target-branch=main --check-version-increment=false --chart-dirs=charts - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.5.0 with: version: v0.11.1 cluster_name: kind