diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 9c07485..d7304bf 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.0.0" + uses: "peter-evans/create-pull-request@v8.1.0" if: "steps.buf-update.outputs.updated == 'true'" with: delete-branch: "true" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5d92d61..307999f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -83,4 +83,4 @@ jobs: if: "github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened' || github.event.action == 'edited')" steps: - uses: "actions/checkout@v6" - - uses: "webiny/action-conventional-commits@v1.3.0" + - uses: "webiny/action-conventional-commits@v1.3.1" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index b9de19c..5eddb57 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.0.0" + uses: "peter-evans/create-pull-request@v8.1.0" if: "steps.buf-update.outputs.updated == 'true'" with: delete-branch: "true"