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

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 10, 2021
1 parent d6072fb commit 017d8f3
Showing 1 changed file with 1 addition and 1 deletion.
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@v3.8.2
with:
commit-message: 'style(format): reformat with golines'
title: 'style(format): reformat golang code'
Expand Down

0 comments on commit 017d8f3

Please sign in to comment.