From 7d98f03703f83c04438eb6713908d072187e14ad Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 20 Apr 2026 14:51:57 +0200 Subject: [PATCH] [full-ci] chore: bump web to v6.2.0 (#2628) --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index b95d21e9f5..3f3f8d2558 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=5d1f591e2b6d126c6a8ad58209f2084ddd0acc56 +WEB_COMMITID=6818f0d09b145720ef31737b84284239545d1eb8 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index cfade07f84..5c172a5e70 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v6.1.0 +WEB_ASSETS_VERSION = v6.2.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI