Skip to content

Commit 9aef009

Browse files
Bump peter-evans/create-pull-request in the github-actions group (#149)
Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 261f1ce commit 9aef009

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
@@ -31,7 +31,7 @@ jobs:
3131
if: steps.buf-update.outputs.updated == 'true'
3232
run: "buf generate"
3333
- name: Create Pull Request
34-
uses: peter-evans/create-pull-request@v7.0.6
34+
uses: peter-evans/create-pull-request@v7.0.7
3535
if: steps.buf-update.outputs.updated == 'true'
3636
with:
3737
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/create-pull-request@v7.0.6
39+
uses: peter-evans/create-pull-request@v7.0.7
4040
if: steps.buf-update.outputs.updated == 'true'
4141
with:
4242
delete-branch: "true"

0 commit comments

Comments
 (0)