From 44494b1a450573acc706c6ee1d19aa9a0faada94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 02:54:50 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8d5651e..fa184f9 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ runs: run: git diff --name-only .gitignore | grep .gitignore || echo '' > /dev/stdout shell: bash - - uses: peter-evans/create-pull-request@v5 + - uses: peter-evans/create-pull-request@v6 id: create_pull_request with: branch: ${{ inputs.branch_name }}