diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index f8b63a2..41fb5ca 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -35,7 +35,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "yarn run buf" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.7 + uses: peter-evans/create-pull-request@v7.0.8 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 41da343..939ec18 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -36,7 +36,7 @@ jobs: if: steps.buf-update.outputs.updated == 'true' run: "buf generate" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7.0.7 + uses: peter-evans/create-pull-request@v7.0.8 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"