From 18e42dd57bd2972c94868de260b067d9a18802ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:47:19 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.5.0 to 1.12.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/publish-charts.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34d6eaf52..bda201077 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: sudo mv kubectl /usr/local/bin/ - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: cluster_name: kind @@ -231,7 +231,7 @@ jobs: # uses: shogo82148/actions-setup-redis@v1 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: config: tests/_config/kind-config.yaml cluster_name: kind diff --git a/.github/workflows/publish-charts.yaml b/.github/workflows/publish-charts.yaml index d20c190d2..877424579 100644 --- a/.github/workflows/publish-charts.yaml +++ b/.github/workflows/publish-charts.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.12.0 with: cluster_name: kind