From 8693366577d5856ace81d2ee38c859f9ed6f7635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:04:16 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits). Updates `peter-evans/create-pull-request` from 7.0.9 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.9...v8.1.0) Updates `webiny/action-conventional-commits` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: webiny/action-conventional-commits dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-api-update.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/manual-api-update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 29a10c1..047ae86 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@v7.0.9 + 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/build.yaml b/.github/workflows/build.yaml index ae1d40d..8775d96 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,4 +33,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 7f81529..e27e089 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.9 + uses: peter-evans/create-pull-request@v8.1.0 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"