From f6e5348648acac94846683947994a2afc7345f9a Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 2 Jun 2025 14:43:57 +0200 Subject: [PATCH] chore: bump web to v3.0.0-alpha.1 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index dd45749c2..05a058eb0 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=8c10b33af6ec3a949f95a57f197ee915d666f343 +WEB_COMMITID=252f006c544f276abfc832cb37ab1a3124cfdc78 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 888bc1fba..a80777917 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v2.4.0 +WEB_ASSETS_VERSION = v3.0.0-alpha.1 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI