From 63b4957b0fbbcf62cada5da9858c3f734c1f7855 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Fri, 12 Jun 2026 09:57:03 +0200 Subject: [PATCH] chore: bump web to v7.2.0-beta.2 --- .woodpecker.env | 3 +-- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 522038ac71..12745312ab 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=44a7201d440d39f756c0d071e3b3e9a99688054d +WEB_COMMITID=8e1c4ab91644a5441736522e72f98f9118fbefe3 WEB_BRANCH=main - diff --git a/services/web/Makefile b/services/web/Makefile index 7835ac6bbe..4c6273710a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.2.0-beta.1 +WEB_ASSETS_VERSION = v7.2.0-beta.2 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI