diff --git a/.github/workflows/app-request-scaffold.yml b/.github/workflows/app-request-scaffold.yml index 4b57355530..a03d16e6a6 100644 --- a/.github/workflows/app-request-scaffold.yml +++ b/.github/workflows/app-request-scaffold.yml @@ -69,7 +69,7 @@ jobs: - name: Create Pull Request if: steps.scaffold.outputs.ok == 'true' id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: # PRs created with the default GITHUB_TOKEN do not trigger # `pull_request` workflows (PR Checks, linter), so use a PAT / App