From d0e3e494bae7d15843ba09ba6e99b5d726b24ba3 Mon Sep 17 00:00:00 2001 From: 3u13r Date: Mon, 25 Sep 2023 11:59:36 +0200 Subject: [PATCH] ci: fix kubectl version retrieval (#2356) --- .github/actions/e2e_benchmark/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e_benchmark/action.yml b/.github/actions/e2e_benchmark/action.yml index f57a4c0f4..4a8b59d7c 100644 --- a/.github/actions/e2e_benchmark/action.yml +++ b/.github/actions/e2e_benchmark/action.yml @@ -42,8 +42,8 @@ runs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: fetch-depth: 0 - repository: "InfraBuilder/k8s-bench-suite" - ref: 1698974913b7b18ad54cf5860838029c295c77b1 + repository: "edgelesssys/k8s-bench-suite" + ref: 67c64c854841165b778979375444da1c02e02210 path: k8s-bench-suite