From d51ae7c2397df50c0efb12b343a275ffbe8bbeb7 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:31:24 -0800 Subject: [PATCH] Update workflow action --- .github/workflows/changie-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changie-pr.yml b/.github/workflows/changie-pr.yml index 74249ff319..a797e0e8f4 100644 --- a/.github/workflows/changie-pr.yml +++ b/.github/workflows/changie-pr.yml @@ -66,7 +66,7 @@ jobs: - name: Create Pull Request if: steps.check.outputs.has_changes == 'true' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Release ${{ steps.latest.outputs.output }}" branch: "release/${{ steps.latest.outputs.output }}"