From a6deef5042e319a8e28e94ffb1707b9ac7e92c68 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 May 2022 04:15:04 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v4 --- .github/workflows/phpcbf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcbf.yml b/.github/workflows/phpcbf.yml index 9bf70a30..54d870bb 100644 --- a/.github/workflows/phpcbf.yml +++ b/.github/workflows/phpcbf.yml @@ -38,7 +38,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GH_BOT_TOKEN }} commit-message: PHPCBF Auto Fix