From a3dc8075cdb6d7a968e48c88f23822d4447ffaf2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 4 Jan 2025 19:54:10 +0200
Subject: [PATCH] CI: Update the GitLab CI linter.

Let's see if it works now.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea4e16c..745d808 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ lint templates:
   stage: test
   before_script:
     # yamllint disable-line rule:line-length
-    - python3 -m pip install --break-system-packages git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.3
+    - python3 -m pip install --break-system-packages git+https://gitlab.com/devopshq/gitlab-ci-linter#v1.0.6
     - gitlab-ci-linter --help
   script:
     # yamllint disable rule:line-length
-- 
GitLab