diff --git a/.github/workflows/format-lint.yml b/.github/workflows/format-lint.yml index e36df51..1a5b979 100644 --- a/.github/workflows/format-lint.yml +++ b/.github/workflows/format-lint.yml @@ -20,7 +20,7 @@ jobs: npm ci npm run format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4.10.0 + uses: stefanzweifel/git-auto-commit-action@v4.11.0 with: commit_message: 'style: :lipstick: Apply formatting changes' branch: ${{ github.head_ref }}