Skip to content

Commit 0e124c1

Browse files
authored
Repo File Sync: Update to Mu DevOps 9.1.9 (#336)
1 parent ef69ac7 commit 0e124c1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
if: |
3131
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
32-
uses: microsoft/mu_devops/.github/workflows/[email protected].8
32+
uses: microsoft/mu_devops/.github/workflows/[email protected].9
3333
secrets: inherit

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232

3333
if: |
3434
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
35-
uses: microsoft/mu_devops/.github/workflows/[email protected].8
35+
uses: microsoft/mu_devops/.github/workflows/[email protected].9
3636
secrets: inherit

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
permissions:
2929
issues: write
3030

31-
uses: microsoft/mu_devops/.github/workflows/[email protected].8
31+
uses: microsoft/mu_devops/.github/workflows/[email protected].9

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
contents: write
3333
pull-requests: write
3434

35-
uses: microsoft/mu_devops/.github/workflows/[email protected].8
35+
uses: microsoft/mu_devops/.github/workflows/[email protected].9
3636
secrets: inherit

.github/workflows/stale-leaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
issues: write
3030
pull-requests: write
3131

32-
uses: microsoft/mu_devops/.github/workflows/[email protected].8
32+
uses: microsoft/mu_devops/.github/workflows/[email protected].9

0 commit comments

Comments
 (0)