From 9669749026a757b7d2bf48a2abf7192476282119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:39:58 +0000 Subject: [PATCH] github-actions(deps): bump helm/kind-action from 1.10.0 to 1.12.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.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/e2e-feature-tests.yml | 2 +- .github/workflows/helm-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-feature-tests.yml b/.github/workflows/e2e-feature-tests.yml index d7037d75..bd1cc5ed 100644 --- a/.github/workflows/e2e-feature-tests.yml +++ b/.github/workflows/e2e-feature-tests.yml @@ -42,7 +42,7 @@ jobs: docker-${{ runner.os }}- - name: Create k8s KIND Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: version: v0.21.0 wait: 90s diff --git a/.github/workflows/helm-validation.yml b/.github/workflows/helm-validation.yml index 57af1492..3868078b 100644 --- a/.github/workflows/helm-validation.yml +++ b/.github/workflows/helm-validation.yml @@ -31,7 +31,7 @@ jobs: version: v3.16.3 - name: Create Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: version: v0.21.0 wait: 90s