From 0a76f808b893409bf01d6a722b200af74ae443d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:48:55 +0000 Subject: [PATCH] Bump helm/kind-action from 1.10.0 to 1.11.0 in the ci group Bumps the ci group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `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 dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index fc18effc5..2ba556f2f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -39,14 +39,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Kubernetes - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 if: matrix.provider != 'skipper' with: version: v0.23.0 cluster_name: kind node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e - name: Setup Kubernetes for skipper - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 if: matrix.provider == 'skipper' with: version: v0.23.0