From 95bdf0deaef9c0e34e64c278da124249b91d39ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Jun 2025 19:11:15 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 --- .gitea/workflows/maintenance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index 6bc8968..5a07b2f 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -25,7 +25,7 @@ jobs: run: SKIP=no-commit-to-branch pre-commit run -a - name: Commit id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: 'chore: update pre-commit hooks' branch: ${{ env.SPECIFIC_BRANCH }}