From 656c7c37d50e3ba3b2804e7c241e3c34e2b676c0 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 30 Mar 2026 11:39:22 +0200 Subject: [PATCH] chore: bump web to v6.1.0 (#2541) --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 41b7fc9ed3..b95d21e9f5 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=43eeb67d031d5adf44d1168fe638531d13c51dd8 +WEB_COMMITID=5d1f591e2b6d126c6a8ad58209f2084ddd0acc56 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 1b3c4f5d40..cfade07f84 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v6.0.0 +WEB_ASSETS_VERSION = v6.1.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI