From 418e69aaad06e419c5ae627a8c3d28d55ed8ea2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:00:39 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v5 --- with-pr/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-pr/action.yml b/with-pr/action.yml index 38f091f..336bbed 100644 --- a/with-pr/action.yml +++ b/with-pr/action.yml @@ -48,7 +48,7 @@ runs: repo: ${{ inputs.repo }} tag: ${{ inputs.tag }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ inputs.github_token }} title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"