From 4bdbb27390e63bdf233690376b25a95f89177ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:51:10 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/push-checks-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-checks-workflow.yml b/.github/workflows/push-checks-workflow.yml index 43351ab..d8165c0 100644 --- a/.github/workflows/push-checks-workflow.yml +++ b/.github/workflows/push-checks-workflow.yml @@ -46,6 +46,6 @@ jobs: --write packages/schema-resume - name: 🚦 Git Auto Commit Lint fixes (with Biome) - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: "chore: format code with Biome [skip ci]"