From 47caaa27ba84513c0d7815f048ad7103f7946eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:57:45 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/lint-and-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-fix.yml b/.github/workflows/lint-and-fix.yml index 413cc3e..b5c59e8 100644 --- a/.github/workflows/lint-and-fix.yml +++ b/.github/workflows/lint-and-fix.yml @@ -35,7 +35,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository && failure() && steps.lint.outcome == 'failure' - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: Apply automatic fixes commit_user_name: GitHub Actions