From 1d6fdf802d0bfa71fa0a45f509a6bd6ef3ea167d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:03:19 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.11 to 8.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/22a9089034f40e5a961c8808d113e2c98fb63676...98357b18bf14b5342f975ff684046ec3b2a07725) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate-sdk.yaml | 2 +- .github/workflows/autoupdate-spec.yaml | 2 +- .github/workflows/update-e2e-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoupdate-sdk.yaml b/.github/workflows/autoupdate-sdk.yaml index 156669125b..5ea93e3497 100644 --- a/.github/workflows/autoupdate-sdk.yaml +++ b/.github/workflows/autoupdate-sdk.yaml @@ -78,7 +78,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 id: pr if: steps.verify-changed-files.outputs.files_changed == 'true' with: diff --git a/.github/workflows/autoupdate-spec.yaml b/.github/workflows/autoupdate-spec.yaml index 101bd08390..e14e185134 100644 --- a/.github/workflows/autoupdate-spec.yaml +++ b/.github/workflows/autoupdate-spec.yaml @@ -79,7 +79,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 id: pr if: env.FILES_CHANGED == 'true' with: diff --git a/.github/workflows/update-e2e-tests.yml b/.github/workflows/update-e2e-tests.yml index 49b1fb5ee6..ef35dcd073 100644 --- a/.github/workflows/update-e2e-tests.yml +++ b/.github/workflows/update-e2e-tests.yml @@ -349,7 +349,7 @@ jobs: with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }} - - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 id: pr with: token: ${{ steps.app-token.outputs.token }}