diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c69fadca..120638ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -322,7 +322,7 @@ jobs: - name: create source repo pull request id: cpr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT }} committer: Supergraph Demo Bot @@ -384,7 +384,7 @@ jobs: - name: create pull request id: cpr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT }} committer: Supergraph Demo Bot