Skip to content

Commit

Permalink
Repo File Sync: Update to Mu DevOps 9.1.9 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
uefibot authored Apr 12, 2024
1 parent ef69ac7 commit 0e124c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/[email protected].8
uses: microsoft/mu_devops/.github/workflows/[email protected].9
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:

if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/[email protected].8
uses: microsoft/mu_devops/.github/workflows/[email protected].9
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
permissions:
issues: write

uses: microsoft/mu_devops/.github/workflows/[email protected].8
uses: microsoft/mu_devops/.github/workflows/[email protected].9
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
contents: write
pull-requests: write

uses: microsoft/mu_devops/.github/workflows/[email protected].8
uses: microsoft/mu_devops/.github/workflows/[email protected].9
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/stale-leaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
issues: write
pull-requests: write

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

0 comments on commit 0e124c1

Please sign in to comment.