From df843de45b9cddcea0ed87e44c71bae23e7e26f4 Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Sun, 4 Jun 2023 10:26:35 +0000
Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag
 to v2.2.11

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f47b5c..79ffbe0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@ stages:
   - build
 
 services:
-  - name: ghcr.io/griefed/gitlab-ci-cd:2.2.10
+  - name: ghcr.io/griefed/gitlab-ci-cd:2.2.11
     alias: docker
     command: ["--experimental"]
 
-image: ghcr.io/griefed/gitlab-ci-cd:2.2.10
+image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
 
 variables:
   project_name: $CI_PROJECT_NAME
-- 
GitLab