We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2487bf4 + e9d31ee commit 7e81fdcCopy full SHA for 7e81fdc
.github/workflows/automatic-api-update.yaml
@@ -31,7 +31,7 @@ jobs:
31
if: "steps.buf-update.outputs.updated == 'true'"
32
run: "buf generate"
33
- name: "Create Pull Request"
34
- uses: "peter-evans/create-pull-request@v7.0.11"
+ uses: "peter-evans/create-pull-request@v8.0.0"
35
36
with:
37
delete-branch: "true"
.github/workflows/manual-api-update.yaml
@@ -35,7 +35,7 @@ jobs:
38
39
40
41
0 commit comments