diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65ff5285..be7cb5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: run: pnpm format - name: Commit Format Changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'style: 🎨 Formatted Code' branch: ${{ github.head_ref }}