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