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"