diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 17811b0..9255014 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -143,7 +143,7 @@ runs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 if: env.APPLY_FIXES_IF_COMMIT == 'true' with: branch: >-