From d219bfbb2a031fc121d73752d5b530bb7cd8092d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:07:27 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 9903c0f..cc3f823 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -38,7 +38,7 @@ jobs: - name: Amend first ever commit (message) if: env.GIT_COMMIT_COUNT == 1 - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: ${{ env.FIRST_EVER_COMMIT_MESSAGE }} commit_options: "--amend"