diff --git a/.github/workflows/dotnet-autoformat-pr-push.yml b/.github/workflows/dotnet-autoformat-pr-push.yml index 16237d240a06..7eaab91d8e9f 100644 --- a/.github/workflows/dotnet-autoformat-pr-push.yml +++ b/.github/workflows/dotnet-autoformat-pr-push.yml @@ -18,7 +18,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: 'Push autoformatted patch' - uses: rolfbjarne/autoformat-push@v0.1 + uses: rolfbjarne/autoformat-push@v0.2 with: githubToken: ${{ secrets.GITHUB_TOKEN }} - commentContents: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.' \ No newline at end of file + commentContents: 'Thank you for your pull request. We are auto-formating your source code to follow our code guidelines.'