From 6ccc9c53bca414cef9733a0edf0ce5f16651aba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:28:07 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/send-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-pr.yml b/.github/workflows/send-pr.yml index c0d3064..aa81156 100644 --- a/.github/workflows/send-pr.yml +++ b/.github/workflows/send-pr.yml @@ -40,7 +40,7 @@ jobs: - name: "Create Pull Request" id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PHPSTAN_BOT_TOKEN }} path: ./phpstan-src