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