diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index afe5a99..4faa9d8 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -46,7 +46,7 @@ jobs: run: golines --max-len=120 --reformat-tags --write-output . - name: creating pull request if: ${{ github.head_ref == '' }} - uses: peter-evans/create-pull-request@v3.3.0 + uses: peter-evans/create-pull-request@v6.0.5 with: commit-message: 'style(format): reformat with golines' title: 'style(format): reformat golang code'