Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

chore(deps): update peter-evans/create-pull-request action to v6 #150

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading