From f21cb2e98f021f38c00c22acc0a33a35d33597c2 Mon Sep 17 00:00:00 2001 From: "utic-renovate[bot]" <235200891+utic-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:02:26 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/bump_libraries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_libraries.yaml b/.github/workflows/bump_libraries.yaml index 555a052cd..4601abcbd 100644 --- a/.github/workflows/bump_libraries.yaml +++ b/.github/workflows/bump_libraries.yaml @@ -37,6 +37,6 @@ jobs: changelog_message="Bump $package to ${{ steps.metadata.outputs.new-version }}" ./scripts/version-increment.sh "$changelog_message" make version-sync - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Bump libraries and release"