From fea61ec5252704ad61102fb9dc79133151996094 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sat, 26 Feb 2022 13:18:51 +0000 Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99c0659..920c85d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - docs test quasar: - image: griefed/gitlab-ci-cd:2.0.2 + image: griefed/gitlab-ci-cd:2.0.3 stage: test cache: paths: @@ -15,7 +15,7 @@ test quasar: - quasar build pages: - image: griefed/gitlab-ci-cd:2.0.2 + image: griefed/gitlab-ci-cd:2.0.3 stage: docs cache: paths: -- GitLab