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