From 78a842bd5b5b6bcb5e2855f1daf0e5b64b909575 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 26 Feb 2024 15:23:03 -0500 Subject: [PATCH] .sync/Version.njk: Update Mu repos to Mu DevOps v9.1.6 (#324) Changes since last release: https://github.com/microsoft/mu_devops/compare/v9.1.5...v9.1.6 General release info: https://github.com/microsoft/mu_devops/releases --- Includes: - Sync RustSetupSteps.yml to use cargo-binstall to install cargo binary tools (#320) - Update RustSetupSteps.yml (#321) - Repo File Sync: synced file(s) with microsoft/mu_devops (#322) - .sync/workflows/codeql: Use Version.njk cargo-make version (#323) In particular, including #320 in this tag allows downstream repos to use the changes. 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 1d03f26b..293898e1 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 = "v9.1.5" %} +{% set mu_devops = "v9.1.6" %} {# The latest Project Mu release branch value. #} {% set latest_mu_release_branch = "release/202311" %}