We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08429cd commit 4847218Copy full SHA for 4847218
.github/workflows/dotnet-version.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: "Commit changes to new branch"
103
if: ${{env.DOTNET_VERSION < steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}
104
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@v6.0.0
105
with:
106
commit_message: "SDK - Update DotNet SDK to ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}"
107
branch: "depends/dotnet/${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}}"
0 commit comments