From c0dd5868bf7cadd4ce67cddabd39b418d705591f Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 6 Jan 2025 18:20:49 -0500 Subject: [PATCH] .sync/Version.njk: Update to Mu DevOps v12.4.0 (#390) See the following comparison for details of the changes between these releases: https://github.com/microsoft/mu_devops/compare/v12.2.0...v12.4.0 Signed-off-by: Michael Kubacki --- .sync/Version.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/Version.njk b/.sync/Version.njk index 2a039172..0bb3e8cc 100644 --- a/.sync/Version.njk +++ b/.sync/Version.njk @@ -30,7 +30,7 @@ #} {# The git ref value that files dependent on this repo will use. #} -{% set mu_devops = "v12.2.0" %} +{% set mu_devops = "v12.4.0" %} {# The latest Project Mu release branch value. #} {% set latest_mu_release_branch = "release/202405" %}