diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ae253704..d2848868 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -34,7 +34,7 @@ jobs: - name: Commit changes id: auto-commit-action continue-on-error: true - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Apply Prettier formatting"