diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 88587722..42a913d3 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -30,7 +30,7 @@ jobs: version-regex: 'authzed<\/artifactId>\s+(.+)<\/version>' version-change: minor - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index c1dd7644..1e8356f0 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -34,7 +34,7 @@ jobs: version-regex: 'authzed<\/artifactId>\s+(.+)<\/version>' version-change: minor - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"