From 9a1c897984f0e706e22c5000a095c7bb1e939657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:07:46 +0000 Subject: [PATCH] chore(deps): update all github action dependencies Signed-off-by: renovate[bot] --- .github/workflows/integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index c8bfbd56f..60ad3f3a2 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -17,12 +17,12 @@ concurrency: env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.16.3 + HELM_VERSION: v3.16.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.25.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.16.4 + CILIUM_VERSION: v1.16.5 CILIUM_VALUES: .github/cilium-values.yaml jobs: