Skip to content

Commit bc8d89d

Browse files
authored
Repo File Sync: Update to Mu DevOps 5.0.6 and Ubuntu container 3bf70b5 (#224)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#5724777018](https://github.com/microsoft/mu_devops/actions/runs/5724777018) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent 09fe2ef commit bc8d89d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
approval_check:
2626
if: |
2727
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
28-
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.4
28+
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.6
2929
secrets: inherit

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
merge_check:
2727
if: |
2828
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
29-
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.4
29+
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.6
3030
secrets: inherit

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
2626
sync:
27-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.4
27+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.6

.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@v5.0.4
30+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.6
3131
secrets: inherit

.github/workflows/stale-leaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
2626
check:
27-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.4
27+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.6

0 commit comments

Comments
 (0)