From 7bfe2e99c73f83c44d3150c3fae8e0ac8fd54dd5 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Mon, 28 Jul 2025 15:07:52 +0000 Subject: [PATCH] Update gitlab-runner-version to 18.2.1 from 17.6.0 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 3590200..d105690 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: gitlab-runner-version /RUNNER_VERSION="(.*)"/ https://gitlab.com/gitlab-org/gitlab-runner.git|semver:* -RUNNER_VERSION="17.6.0" +RUNNER_VERSION="18.2.1" export ZOPEN_STABLE_TAG="v${RUNNER_VERSION}" export ZOPEN_STABLE_URL="https://gitlab.com/gitlab-org/gitlab-runner.git"