diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index a273da4f..db5daf29 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -126,7 +126,7 @@ jobs: - name: "Commit changes to new branch" if: steps.upgrade_check.outputs.NEW_VERSION == 'true' - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: "SDK - Update DotNet SDK to ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}" branch: "depends/dotnet/${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}"