diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65ff5285..f1c0a241 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@v6 with: commit_message: 'style: 🎨 Formatted Code' branch: ${{ github.head_ref }}