chore: bump web to v7.1.3

This commit is contained in:
Jannik Stehle
2026-07-01 09:50:17 +02:00
parent 0a500d25bf
commit cee5657651
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=096ba683b62ab19ee7ff5dabe1225506ef50713c
WEB_COMMITID=64d2c423e298b227c13d63285e1c0cabb6b81d78
WEB_BRANCH=stable-7.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.2
WEB_ASSETS_VERSION = v7.1.3
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