diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index d7304bf..1bda897 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -31,7 +31,7 @@ jobs: if: "steps.buf-update.outputs.updated == 'true'" run: "buf generate" - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v8.1.0" + uses: "peter-evans/create-pull-request@v8.1.1" 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 5eddb57..79e62b9 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -35,7 +35,7 @@ jobs: if: "steps.buf-update.outputs.updated == 'true'" run: "buf generate" - name: "Create Pull Request" - uses: "peter-evans/create-pull-request@v8.1.0" + uses: "peter-evans/create-pull-request@v8.1.1" if: "steps.buf-update.outputs.updated == 'true'" with: delete-branch: "true"