diff --git a/.github/workflows/ci-open-api-documentation.yml b/.github/workflows/ci-open-api-documentation.yml index dc553cff2..e220b4031 100644 --- a/.github/workflows/ci-open-api-documentation.yml +++ b/.github/workflows/ci-open-api-documentation.yml @@ -67,7 +67,7 @@ jobs: private_key: ${{ secrets.BOT_PRIVATE_KEY }} - name: Push Open API Markdown to GitHub - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: 'docs/main' branch: 'docs/feature/open-api' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4984bb0fc..b0ea77942 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -133,7 +133,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Create PR for template updates - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: 'arm/main' branch: 'arm/feature/update-templates'