From cc12cc5d9360efb75bac2e6ac3e7afd5da15698d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:07:52 +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..d6f85172d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,7 @@ env: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.25.0 + KIND_VERSION: v0.26.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium CILIUM_VERSION: v1.16.4 @@ -43,7 +43,7 @@ jobs: with: version: ${{ env.HELM_VERSION }} - name: Create kind cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }}