We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25ff88 + 94c1dd8 commit 723209eCopy full SHA for 723209e
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@v5.0.2
+ uses: peter-evans/create-pull-request@v6.0.2
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