Skip to content

Commit 1d51270

Browse files
chore(deps): bump peter-evans/create-pull-request from 4 to 5 (#450)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 056a756 commit 1d51270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoupdate-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: steps.verify-changed-files.outputs.files_changed == 'true'
2828
working-directory: ./tools
2929
run: make clean_and_generate
30-
- uses: peter-evans/create-pull-request@v4
30+
- uses: peter-evans/create-pull-request@v5
3131
if: steps.verify-changed-files.outputs.files_changed == 'true'
3232
with:
3333
title: "Test OpenAPI client update"

.github/workflows/autoupdate-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: steps.verify-changed-files.outputs.files_changed == 'true'
3030
working-directory: ./tools
3131
run: make clean_and_generate
32-
- uses: peter-evans/create-pull-request@v4
32+
- uses: peter-evans/create-pull-request@v5
3333
if: steps.verify-changed-files.outputs.files_changed == 'true'
3434
with:
3535
title: "OpenAPI client update based on OpenAPI file"

0 commit comments

Comments
 (0)