From 1809f55340c5beb586298a7ed6bd64a41db0a53b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:16:22 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fa0d6b8..7ca7a00 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,7 +54,7 @@ jobs: - name: git status run: git status - name: Git Auto Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.0 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: "chore: github action cleanup" - name: gitleaks-action