From 5be98670f420fe4a01171bc261917bb2566fc468 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 16 Feb 2026 11:01:47 +0100 Subject: [PATCH] chore: bump web to v5.1.0 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index d212f90378..94a6f1e222 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=980964ccafe81cba6742cead151ac2d61408dae3 +WEB_COMMITID=05cf6c25e32aeedf0901fcd5e6d43f7646310ef2 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 4687a8be9e..42adc72f72 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.0.0 +WEB_ASSETS_VERSION = v5.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