From 54fd8e2e7e5d905663cc847eede320703bafb20e Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 2 Feb 2023 10:30:01 -0500 Subject: [PATCH] .sync/Version.njk: Update Mu repos to Mu DevOps v1.7.4 (#104) Changes since last release: https://github.com/microsoft/mu_devops/compare/v1.4.2...v1.7.4 General release Info: https://github.com/microsoft/mu_devops/releases 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 f962e8d2..748e046b 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 = "v1.4.2" %} +{% set mu_devops = "v1.7.4" %} {# The version of the fedora-35-build container to use. #} {% set linux_build_container = "ghcr.io/tianocore/containers/fedora-35-build:5b8a008" %}