From 77d79380cacb57f01bb8ede583aeffa204bc4f04 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 19:04:22 +0200 Subject: [PATCH] feat: updated components version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfb29ec..54e04f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ include: - local: ".gitlab/gitleaks.yaml" # linting - - component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.1" - - component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.1" + - component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.2" + - component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.2" - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"