diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 35ec7cf6..00ca5925 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,7 +17,7 @@ jobs: - name: Run format run: yarn format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: "chore: apply formatting changes" branch: ${{ github.head_ref }}