diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cb11938f9e56f03ee649dc6970e2da7697dd2c5..3a741098c816b7d624d4cf5ea00c65606d2722a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,16 @@ include:
   # Create image in meta project Artifact Registry
   - project: "uis/devops/continuous-delivery/ci-templates"
     file: "/auto-devops/artifact-registry.yml"
-    ref: v4.6.0
+    ref: v5.1.0
   - project: "uis/devops/continuous-delivery/ci-templates"
     file: "/commitlint.yml"
-    ref: v4.6.0
+    ref: v5.1.0
   - project: "uis/devops/continuous-delivery/ci-templates"
     file: "/auto-devops/common-pipeline.yml"
-    ref: v4.6.0
+    ref: v5.1.0
   - project: "uis/devops/continuous-delivery/ci-templates"
     file: "/auto-devops/release-it.yml"
-    ref: v4.6.0
+    ref: v5.1.0
 
 # run linting
 opinionated_lint: