From cf45e550ec71e3fe8f399c421ddc9937b9556325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:57:08 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.1.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"