diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b3cde5cf..e884134a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: run: npx prettier --write "**/*.mdx" - name: Auto-Commit fixed files - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "style: automated prettier formatting" # Optional: only commit if there are changes