From 98a4ace4dee79e2da4e1df1fb560fff8a6aae71a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:26:36 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 (#5817) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/apollo-router-updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apollo-router-updater.yaml b/.github/workflows/apollo-router-updater.yaml index 3f50f683a..33f78f75d 100644 --- a/.github/workflows/apollo-router-updater.yaml +++ b/.github/workflows/apollo-router-updater.yaml @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request if: steps.check.outputs.update == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GUILD_BOT_TOKEN }} commit-message: Update apollo-router to version ${{ steps.check.outputs.version }}