Skip to content

Commit 4847218

Browse files
committed
[Actions] Updated .github/workflows/dotnet-version.yml
1 parent 08429cd commit 4847218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-version.yml

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

102102
- name: "Commit changes to new branch"
103103
if: ${{env.DOTNET_VERSION < steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}
104-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
104+
uses: stefanzweifel/git-auto-commit-action@v6.0.0
105105
with:
106106
commit_message: "SDK - Update DotNet SDK to ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}"
107107
branch: "depends/dotnet/${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}"

0 commit comments

Comments
 (0)