From cfd3e5d3a2971b210d729e0f2ad179d5b1b54180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:59:10 +0100 Subject: [PATCH] Upgrade `peter-evans/create-pull-request` GitHub Action from 5 to 6 version (#78) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-new-ver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-new-ver.yml b/.github/workflows/check-new-ver.yml index 3e9804e1..0a8bc288 100644 --- a/.github/workflows/check-new-ver.yml +++ b/.github/workflows/check-new-ver.yml @@ -14,7 +14,7 @@ jobs: id: new - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: Upgrade to ${{ steps.new.outputs.version }} version branch: upgrade-to-${{ steps.new.outputs.version }}