From aa3c76b29dcf014a7f2b688b36bd9a2a12af4900 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 5 Jun 2025 05:04:59 +0000 Subject: [PATCH] build: update dependency io_bazel_rules_webtesting to v0.4.0 See associated pull request for more information. --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 162e63052d1f..ac61bee4f42f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,8 +13,8 @@ http_archive( http_archive( name = "io_bazel_rules_webtesting", - sha256 = "e9abb7658b6a129740c0b3ef6f5a2370864e102a5ba5ffca2cea565829ed825a", - urls = ["https://github.com/bazelbuild/rules_webtesting/releases/download/0.3.5/rules_webtesting.tar.gz"], + sha256 = "ce50bd8186aa782f1315647da0b2be833a10fac07073f980b221f7f6b7b42f54", + urls = ["https://github.com/bazelbuild/rules_webtesting/releases/download/0.4.0/rules_webtesting-0.4.0.tar.gz"], ) http_archive(