Skip to content

Commit 3f62e0c

Browse files
authored
actions/protobuf: upgrade create pr action to v3 [skip ci]
1 parent b6e408f commit 3f62e0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/protobuf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ jobs:
6161
- name: Create Pull Request
6262
id: pr
6363
if: env.PROTOBUFS_CHANGED == 'true'
64-
uses: peter-evans/create-pull-request@v2
64+
uses: peter-evans/create-pull-request@v3
6565
with:
6666
title: "protobuf: updated to ${{ env.COMMIT_SHA }}"
6767
base: master
6868
branch: update-protobufs
69+
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6970
commit-message: |
7071
protobuf: updated to ${{ env.COMMIT_SHA }}
7172

0 commit comments

Comments
 (0)