Skip to content

Commit bb78bfa

Browse files
rmarinhoLemon73-Computing
authored andcommitted
[ci] Update autoformat prs version (dotnet#28042)
1 parent 1d6a999 commit bb78bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-autoformat-pr-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: 'Push autoformatted patch'
21-
uses: rolfbjarne/autoformat-push@v0.2
21+
uses: rolfbjarne/autoformat-push@v0.5
2222
with:
2323
githubToken: ${{ secrets.GITHUB_TOKEN }}
2424
commentContents: 'Thank you for your pull request. We are auto-formatting your source code to follow our code guidelines.'

.github/workflows/dotnet-autoformat-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: 'Autoformat'
15-
uses: rolfbjarne/autoformat@v0.2
15+
uses: rolfbjarne/autoformat@v0.5
1616
with:
1717
script: 'dotnet format Microsoft.Maui.sln --no-restore --exclude Templates/src BlazorWebView/src/SharedSource/BlazorWebViewDeveloperTools.cs BlazorWebView/src/SharedSource/BlazorWebViewServiceCollectionExtensions.cs Graphics/src/Graphics.Win2D/W2DCanvas.cs Graphics/src/Graphics.Win2D/W2DExtensions.cs'
1818
onlyFilesModifiedInPullRequest: true

0 commit comments

Comments
 (0)