diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 8ba24db..b8e211f 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -32,7 +32,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/lint.yaml b/.github/workflows/lint.yaml index 6c1dd49..dcf1c76 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,4 +33,4 @@ jobs: runs-on: "depot-ubuntu-24.04-small" steps: - uses: "actions/checkout@v6" - - uses: "webiny/action-conventional-commits@v1.3.1" + - uses: "webiny/action-conventional-commits@v1.4.2" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index c68d787..970f04c 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@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"