diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index a10b70b..d110b03 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -41,7 +41,7 @@ jobs: - name: Commit Spell Check Changes if: ${{ success() && github.event_name == 'pull_request' }} - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: fix typos [skip ci]" commit_user_name: "Typos Bot"