diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 74ad594d..b651a530 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@v7.0.5 + uses: peter-evans/create-pull-request@v7.0.6 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 ed640518..d7735a89 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@v7.0.5 + uses: peter-evans/create-pull-request@v7.0.6 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"