From fdc44b36a96c385420254a8a8182e222f9f6053c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 02:19:08 +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 6b265ffd7..2c1d4e2fa 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.15.3 + HELM_VERSION: v3.15.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.24.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.16.0 + CILIUM_VERSION: v1.16.1 CILIUM_VALUES: .github/cilium-values.yaml jobs: