Skip to content

Commit 04a3cc5

Browse files
authored
Merge pull request #133 from authzed/dependabot/github_actions/github-actions-d886b771f6
build(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 in the github-actions group
2 parents 360bc57 + b60a52f commit 04a3cc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
./buf.gen.yaml
5353
- name: Create Pull Request
54-
uses: peter-evans/create-pull-request@v6.0.5
54+
uses: peter-evans/create-pull-request@v6.1.0
5555
if: steps.buf-update.outputs.updated == 'true'
5656
with:
5757
delete-branch: "true"

.github/workflows/manual-api-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
./buf.gen.yaml
5757
- name: Create Pull Request
58-
uses: peter-evans/create-pull-request@v6.0.5
58+
uses: peter-evans/create-pull-request@v6.1.0
5959
if: steps.buf-update.outputs.updated == 'true'
6060
with:
6161
delete-branch: "true"

0 commit comments

Comments
 (0)