From a65aebc8af8562b5e312852050f88c23d31c6e15 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Tue, 23 Jul 2024 18:16:21 +0200 Subject: [PATCH] chore: bump APKG exporter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99e0c9c..ff8b691 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ prepare: - '*.js' build: - image: durcheinander/export-apkgs:4.0.2 + image: durcheinander/export-apkgs:4.1.0 stage: build rules: - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab