From fd5b3265be999524abd7c858754b54e99a39e63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:59:03 +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 4.16.0 to 5.0.0. - [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/v4.16.0...v5.0.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reformat-sql.yml | 2 +- .github/workflows/reformat-yaml.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 667f917a..dc3f67cd 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -33,7 +33,7 @@ jobs: token: ${{secrets.SOURCE_PUSH_TOKEN}} # - name: Reformat # uses: credfeto/action-sql-format@v1.4.1 - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 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 98cb2101..7ef0c332 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 token: ${{secrets.SOURCE_PUSH_TOKEN}} - uses: credfeto/action-yaml-format@v1.3.2 - - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: "[Reformat] YAML Files to common format" file_pattern: "*.yml"