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"