From 7e2224a7499946a1e07047f56ea55b670a07d0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:21:49 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c69fadca..31f8ce5e 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@v7 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@v7 with: token: ${{ secrets.PAT }} committer: Supergraph Demo Bot