From bb8f7470c088b1e620b4c3f44ebcaab88d42cc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:47:31 +0000 Subject: [PATCH] [Dependencies]: Bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-version.yml | 2 +- .github/workflows/reformat-sql.yml | 2 +- .github/workflows/reformat-yaml.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"