From c6808c0fa3d5e2ef2aea2be995b341bc9777a819 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sat, 4 Jun 2022 10:16:48 +0000 Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.7 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7247af8..90c9c4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - docs test quasar: - image: griefed/gitlab-ci-cd:2.0.6 + image: griefed/gitlab-ci-cd:2.0.7 stage: test cache: paths: @@ -15,7 +15,7 @@ test quasar: - quasar build pages: - image: griefed/gitlab-ci-cd:2.0.6 + image: griefed/gitlab-ci-cd:2.0.7 stage: docs cache: paths: -- GitLab