From a7bb32bf643bd1a1b4de90488e332f17315cde97 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 29 Apr 2026 11:01:33 +0200 Subject: [PATCH] chore(web): bump web to v4.2.2 (#2580) --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index cb9cd4e934..0b3d86574e 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=50e3fff6a518361d59cba864a927470f313b6f91 +WEB_COMMITID=c247f854a95b7bcaf10f27577458d2f566b2f939 WEB_BRANCH=stable-4.2 diff --git a/services/web/Makefile b/services/web/Makefile index 8e5a6b58ec..a25f220d97 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v4.2.1 +WEB_ASSETS_VERSION = v4.2.2 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI