From 7e6e9fea2852fc1f56858a5c688bbd08f7630c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:46:46 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 7.0.8 to 8.1.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.8 to 8.1.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/271a8d0340265f705b14b6d32b9829c1cb33d45e...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/refresh-recordings.yml | 2 +- .github/workflows/update-action-bundle.yml | 2 +- .github/workflows/update-workflow-example.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/refresh-recordings.yml b/.github/workflows/refresh-recordings.yml index 61532a7f..3608dcfd 100644 --- a/.github/workflows/refresh-recordings.yml +++ b/.github/workflows/refresh-recordings.yml @@ -215,7 +215,7 @@ jobs: NODE - name: Open a pull request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: 'chore(site): re-record the landing page demos' title: 'chore(site): re-record the landing page demos' diff --git a/.github/workflows/update-action-bundle.yml b/.github/workflows/update-action-bundle.yml index 6e7a476d..1452e4f2 100644 --- a/.github/workflows/update-action-bundle.yml +++ b/.github/workflows/update-action-bundle.yml @@ -59,7 +59,7 @@ jobs: - name: Open a PR with the rebuilt bundle if: github.ref_name == 'main' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: "chore(action): update bundled action" title: "chore(action): update bundled action" diff --git a/.github/workflows/update-workflow-example.yml b/.github/workflows/update-workflow-example.yml index 804bf3fb..3628f5a0 100644 --- a/.github/workflows/update-workflow-example.yml +++ b/.github/workflows/update-workflow-example.yml @@ -54,7 +54,7 @@ jobs: - name: Open a PR with the regenerated example if: github.ref_name == 'main' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: "chore(workflow): update generated example" title: "chore(workflow): update generated example"