From d11b829025dd23e43a4a3d52798898af046dcc72 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Fri, 12 Jul 2024 10:22:27 +1200 Subject: [PATCH] build: use latest v7.x.x basemaps cli version (#940) ### Motivation the cli was linked to a specific version to fix a couple of bugs these bugs have now been reelased. ### Modifications swap from a exact version of basemaps cli to the latest released version v7.x.x ### Verification --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dfd39f6..68b16146 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - master env: - BASEMAPS_CONTAINER_VERSION: v7.4.0-7-g25e94af4 + BASEMAPS_CONTAINER_VERSION: v7 jobs: build: