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"