Skip to content

Commit e1d2e2b

Browse files
authored
Merge pull request #204 from authzed/dependabot/github_actions/github-actions-0573e4363e
build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 in the github-actions group
2 parents 61bc202 + 38b698d commit e1d2e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.buf-update.outputs.updated == 'true'
3636
run: "yarn run buf"
3737
- name: Create Pull Request
38-
uses: peter-evans/[email protected].6
38+
uses: peter-evans/[email protected].7
3939
if: steps.buf-update.outputs.updated == 'true'
4040
with:
4141
delete-branch: "true"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: steps.buf-update.outputs.updated == 'true'
3737
run: "buf generate"
3838
- name: Create Pull Request
39-
uses: peter-evans/[email protected].6
39+
uses: peter-evans/[email protected].7
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

0 commit comments

Comments
 (0)