diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 5980db8d..21c9ceb9 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -33,7 +33,7 @@ jobs: run: csharpier format . - name: Auto Commit Changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: .NET Format Style Fixes commit_user_name: sp-tarkov-bot