From 8656d9d015c56cf442072290bddab5ac94f8d07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:53:20 +0000 Subject: [PATCH] github-actions(deps): bump helm/kind-action from 1.10.0 to 1.11.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.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-e2e-tests.yml | 2 +- .github/workflows/ci-smoke-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-e2e-tests.yml b/.github/workflows/ci-e2e-tests.yml index 8ec0e6f..3e456c6 100644 --- a/.github/workflows/ci-e2e-tests.yml +++ b/.github/workflows/ci-e2e-tests.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Create k8s KIND Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 with: version: v0.21.0 wait: 90s diff --git a/.github/workflows/ci-smoke-tests.yml b/.github/workflows/ci-smoke-tests.yml index 8142aa3..548a573 100644 --- a/.github/workflows/ci-smoke-tests.yml +++ b/.github/workflows/ci-smoke-tests.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.11.0 with: version: v0.21.0 wait: 90s