From dc5709dbed54cbb17c1f3a27c826deaa6d389c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:53:29 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/depup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 8b29afa..619225a 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -27,7 +27,7 @@ jobs: repo: reviewdog/reviewdog - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>' @@ -57,7 +57,7 @@ jobs: repo: redpen-cc/redpen - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'