diff --git a/.github/workflows/lint-and-fix.yml b/.github/workflows/lint-and-fix.yml index 8820b43..a9a372d 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@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: Apply automatic fixes commit_user_name: GitHub Actions