Merge pull request #2349 from opencloud-eu/bump-web-5.1.0

[full-ci] chore: bump web to v5.1.0
This commit is contained in:
Benedikt Kulmann
2026-02-16 12:51:34 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=980964ccafe81cba6742cead151ac2d61408dae3
WEB_COMMITID=05cf6c25e32aeedf0901fcd5e6d43f7646310ef2
WEB_BRANCH=main

View File

@@ -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