From e8eb6aa7375bae994942c63a6eb9c759b65c2a1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:49:11 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.2.0 --- sync-root/.github/workflows/update-changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-root/.github/workflows/update-changelog.yaml b/sync-root/.github/workflows/update-changelog.yaml index ac44e7b..5233492 100644 --- a/sync-root/.github/workflows/update-changelog.yaml +++ b/sync-root/.github/workflows/update-changelog.yaml @@ -27,7 +27,7 @@ jobs: release-notes: ${{ github.event.release.body }} - name: Commit updated Changelog - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: ${{ github.event.repository.default_branch }} commit_message: "docs(changelog): update changelog"