From 2e00db144dea8969a6f1b483edb22d2b870ae492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:19:50 +0000 Subject: [PATCH] chore(deps): update kindest/node docker tag to v1.29.12 | datasource | package | from | to | | ---------- | ------------ | -------- | -------- | | docker | kindest/node | v1.29.10 | v1.29.12 | --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42a9b8aa4..0dd31b711 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: # from https://hub.docker.com/r/kindest/node/tags - v1.27.16 # renovate: kindest - v1.28.15 # renovate: kindest - - v1.29.10 # renovate: kindest + - v1.29.12 # renovate: kindest - v1.30.6 # renovate: kindest steps: - name: Checkout