diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index ceca94ba..b303e74d 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -95,7 +95,7 @@ jobs: - name: "Commit changes to new branch" if: ${{env.DOTNET_VERSION}} < ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}} - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 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}}" diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 9e752186..6ff11a72 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -61,7 +61,7 @@ jobs: uses: credfeto/action-sql-format@v1.5.1 - name: "Commit Changes" - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "[Reformat] SQL Files to common format" file_pattern: "*.sql" diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 984abfbc..0dbffba9 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -62,7 +62,7 @@ jobs: uses: credfeto/action-yaml-format@v1.3.2 - name: "Commit Changes" - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "[Reformat] YAML Files to common format" file_pattern: "*.yml"