We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8073d7c + 7bea241 commit 2b6b8fcCopy full SHA for 2b6b8fc
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@v6.1.0
+ uses: peter-evans/create-pull-request@v7.0.5
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