diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 05ca5c83..3bdb01e4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -90,7 +90,7 @@ jobs: github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch && !cancelled() - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "chore: fix linting issues"