From 8b01d08ce33cf875a8776cc0590ca56092cce7b8 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 13 Jul 2026 14:27:38 +0200 Subject: [PATCH] chore: bump web to v7.1.4 (#3122) --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index d06910130a..2391c141db 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=64d2c423e298b227c13d63285e1c0cabb6b81d78 +WEB_COMMITID=2cf68437639154cff66f8d6920470ee25a80f6b3 WEB_BRANCH=stable-7.1 diff --git a/services/web/Makefile b/services/web/Makefile index fa7198a486..7ca29c1da9 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.3 +WEB_ASSETS_VERSION = v7.1.4 WEB_ASSETS_BRANCH = stable-7.1 ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI