diff --git a/.github/workflows/ci-open-api-documentation.yml b/.github/workflows/ci-open-api-documentation.yml index a9990d943..a64007cef 100644 --- a/.github/workflows/ci-open-api-documentation.yml +++ b/.github/workflows/ci-open-api-documentation.yml @@ -69,7 +69,7 @@ jobs: private_key: ${{ secrets.BOT_PRIVATE_KEY }} - name: Push Open API Markdown to GitHub - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: 'docs/main' branch: 'docs/feature/open-api' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c96a9187..8e340131f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -155,7 +155,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Create PR for template updates - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: 'arm/main' branch: 'arm/feature/update-templates'