From d3897b9d6cb2d6aa7d0d4684ea7199011519b0ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 02:22:11 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/create-release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index a3d6446..61fdcd9 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -44,7 +44,7 @@ jobs: echo "::set-output name=version::${version}" - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Update v${{ steps.changelog.outputs.version }}"