From bd99621a030dc916ceab9fc086cedcffe359108d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:56:27 +0000 Subject: [PATCH] build(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/release.yml | 4 ++-- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c90eb11..fa248982 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: uses: actions/checkout@v4 - name: Setup KinD - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8sversion }} @@ -330,7 +330,7 @@ jobs: uses: actions/checkout@v4 - name: Setup KinD - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8sversion }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6d971856..bd2f7f96 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v4 - name: Setup KinD - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8sversion }} @@ -248,7 +248,7 @@ jobs: uses: actions/checkout@v4 - name: Setup KinD - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8sversion }}