Skip to content

Commit c6c4345

Browse files
authored
.sync/Version.njk: Update Mu repos to Mu DevOps v2.0.1 (#113)
Changes since last release: v1.7.4...v2.0.1 General release Info: https://github.com/microsoft/mu_devops/releases An important change in this release is reverting the label workflow from v2.6 to v2.5 to resolve a regression: #110 Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 5ba736e commit c6c4345

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ on:
2727

2828
jobs:
2929
draft:
30-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v1.7.4
30+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.0.1
3131
secrets: inherit

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#}
3131

3232
{# The git ref value that files dependent on this repo will use. #}
33-
{% set mu_devops = "v1.7.4" %}
33+
{% set mu_devops = "v2.0.1" %}
3434

3535
{# The latest Project Mu release branch value. #}
3636
{% set latest_mu_release_branch = "release/202208" %}

0 commit comments

Comments
 (0)