Skip to content

Commit

Permalink
.sync/Version.njk: Update Mu repos to Mu DevOps v9.1.6 (#324)
Browse files Browse the repository at this point in the history
Changes since last release:
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 <[email protected]>
  • Loading branch information
makubacki authored Feb 26, 2024
1 parent d4b21fc commit 78a842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down

0 comments on commit 78a842b

Please sign in to comment.