From 69b70392fa5b3229c477f5944806c4e218ba6ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 7 May 2025 14:58:21 +0200 Subject: [PATCH] ci(gitlab): Update `gitlab-config` image to v2.4.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1125f65..980bd6c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ --- include: - project: "${PROJECT_PATH_GITLAB_CONFIG_TOOLING}" - ref: "v2.4.8" + ref: "v2.4.9" file: - "ci/common/lint.yml" - "ci/release-automation/semantic-release.yml"