We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f6dd3e + 6cff7df commit 68265a4Copy full SHA for 68265a4
2 files changed
.github/workflows/automatic-api-update.yaml
@@ -30,7 +30,7 @@ jobs:
30
version-regex: '<artifactId>authzed<\/artifactId>\s+<version>(.+)<\/version>'
31
version-change: minor
32
- name: Create Pull Request
33
- uses: peter-evans/create-pull-request@v7.0.7
+ uses: peter-evans/create-pull-request@v7.0.8
34
if: steps.buf-update.outputs.updated == 'true'
35
with:
36
delete-branch: "true"
.github/workflows/manual-api-update.yaml
@@ -34,7 +34,7 @@ jobs:
37
38
39
40
0 commit comments