From 335cdc7b37a5e197e34b34a4e36e20a5bb6e3f2e Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 30 Jul 2025 16:04:48 +0000 Subject: [PATCH] build: update to latest devinfra in workspace (#62901) Update to the latest devinfra in workspace to correct goldens update error PR Close #62901 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index d3e601bca7e..ee9a334a0ba 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -260,7 +260,7 @@ yarn_install( git_repository( name = "devinfra", - commit = "39c70c3c8c63165bc2df0efc7dcb3b3287b69685", + commit = "4d2f875ec29ee71e0fe1a349a99c5ab2ccb71e30", remote = "https://github.com/angular/dev-infra.git", )