From 49fc468a04ec083ee9508de732a41d61072bf475 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 16 Jun 2026 13:30:13 +0200 Subject: [PATCH] chore: bump web to v7.2.0-beta.3 --- .woodpecker.env | 4 ++-- services/web/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 1787c29a4b..486852afe4 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=8164194c83c78ea7c7010cb8b771b3c81d26a23f -WEB_BRANCH=ScharfViktor-patch-1 +WEB_COMMITID=e7537b3b1378f32267fc8e9f38ff12b318c4aba4 +WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 4c6273710a..09a1912e99 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.2.0-beta.2 +WEB_ASSETS_VERSION = v7.2.0-beta.3 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI