From df773d46555eb57c5a9ba725767d89f995d66af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:06:59 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.2.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1441d1f7..858d79df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: - name: Commit and push version change if: ${{ inputs.release_type == 'prod' }} id: auto-commit - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: "chore: Update version to v${{ steps.version.outputs.version }}"