From ebfed7bb5eae3f2d502928eeb4354d7371dfc123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:41:21 +0000 Subject: [PATCH] chore(deps): Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/rename_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rename_template.yml b/.github/workflows/rename_template.yml index 26fa9e8..61d434e 100644 --- a/.github/workflows/rename_template.yml +++ b/.github/workflows/rename_template.yml @@ -32,7 +32,7 @@ jobs: .github/workflows/scripts/rename_project.sh -a ${{ env.REPOSITORY_OWNER }} -n ${{ env.REPOSITORY_NAME }} -u ${{ env.REPOSITORY_URL }} - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: commit_message: "✅ Ready to clone and code." push_options: --force