diff --git a/.github/workflows/format-lint.yml b/.github/workflows/format-lint.yml index 42a7426..c98671a 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.12.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.4 with: commit_message: 'style: :lipstick: Apply formatting changes' branch: ${{ github.head_ref }}