Skip to content

Commit 597a729

Browse files
Repo File Sync: Update to rust toolchain 1.89 (#69)
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 [#17437071345](https://github.com/microsoft/mu_devops/actions/runs/17437071345) Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent ac8d13f commit 597a729

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

β€Ž.github/workflows/issue-assignment.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ on:
1919
jobs:
2020
apply:
2121

22-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v16.0.0
22+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v17.0.0
2323
secrets: inherit

β€Ž.github/workflows/label-issues.ymlβ€Ž

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

3232
jobs:
3333
apply:
34-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v16.0.0
34+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v17.0.0
3535
secrets: inherit

β€Ž.github/workflows/label-sync.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
sync:
2727

28-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v16.0.0
28+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v17.0.0
2929
secrets: inherit

β€Ž.github/workflows/release-draft.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
draft:
3030
name: Draft Releases
3131

32-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v16.0.0
32+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v17.0.0
3333
secrets: inherit

β€Ž.github/workflows/stale.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
check:
2727

28-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v16.0.0
28+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v17.0.0
2929
secrets: inherit

β€Ž.github/workflows/triage-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ on:
2020
jobs:
2121
triage:
2222

23-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v16.0.0
23+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v17.0.0
2424
secrets: inherit

β€Žrust-toolchain.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.89.0"
33
components = ["rust-src", "clippy", "rustfmt", "rust-docs"]
44

55
[tools]

0 commit comments

Comments
Β (0)