diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index 7bdc2bc..6c55199 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -59,7 +59,7 @@ jobs: - name: committing changed files id: committed if: ${{ github.head_ref != '' }} - uses: stefanzweifel/git-auto-commit-action@v4.4.1 + uses: stefanzweifel/git-auto-commit-action@v4.9.2 with: commit_message: 'style(format): reformat with golines' branch: ${{ github.head_ref }}