From 1164c2c9de77fe09f97c8a700d4601e9efc71fb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: 2023年4月10日 00:52:42 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v5 --- .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 9a5c0973..bc305f97 100644 --- a/.github/workflows/send-pr.yml +++ b/.github/workflows/send-pr.yml @@ -35,7 +35,7 @@ jobs: - name: "Create Pull Request" id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PHPSTAN_BOT_TOKEN }} path: ./phpstan-src