From 628aa54766abfebe275b627f70bfd3bbff4d6639 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Thu, 19 Sep 2024 14:19:19 +0300 Subject: [PATCH] test pr creation Signed-off-by: reggie-k --- .github/workflows/reggie-create-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reggie-create-pr.yaml b/.github/workflows/reggie-create-pr.yaml index 8d85bde9476b3..55cfb3699bb96 100644 --- a/.github/workflows/reggie-create-pr.yaml +++ b/.github/workflows/reggie-create-pr.yaml @@ -31,7 +31,7 @@ jobs: echo "Bumping version from $(cat VERSION) to ${{ inputs.TARGET_VERSION }}" echo "${{ inputs.TARGET_VERSION }}" > VERSION - name: Create pull request - uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: commit-message: "Bump version to ${{ inputs.TARGET_VERSION }}" title: "Bump version to ${{ inputs.TARGET_VERSION }} on ${{ inputs.TARGET_BRANCH }} branch"