[full-ci] chore: bump web to v7.0.0 (#2733)

* chore: bump web to v7.0.0

* update commit

* update commit

---------

Co-authored-by: v.scharf <v.scharf@opencloud.eu>
This commit is contained in:
Jannik Stehle
2026-05-11 17:09:01 +02:00
committed by GitHub
parent cf0ec50da9
commit b8b8a1d558
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=6818f0d09b145720ef31737b84284239545d1eb8
WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2
WEB_BRANCH=main
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v6.2.0
WEB_ASSETS_VERSION = v7.0.0
WEB_ASSETS_BRANCH = main
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI