File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
actions/update-project-version Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 echo "name=$(git rev-parse --abbrev-ref HEAD)" >> ${GITHUB_OUTPUT}
2828
2929 - name : Create Pull Request
30- uses : peter-evans/create-pull-request@v7
30+ # https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.8
31+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
3132 with :
3233 branch : Update_version_to_${{ inputs.NEXT_VERSION }}_run_${{ github.run_id }}
3334 title : Update version to `${{ inputs.NEXT_VERSION }}` in `${{ steps.get-current-branch-name.outputs.name }}`
Original file line number Diff line number Diff line change 7979 "${GH_PAGES_BRANCH}/api-index.html"
8080
8181 - name : Create Pull Request
82- uses : peter-evans/create-pull-request@v7
82+ # https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.8
83+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
8384 with :
8485 branch : ${{ needs.prepare.outputs.tag_name }}_doc_update_run_${{ github.run_id }}
8586 title : Add the new C++ client release (`${{ needs.prepare.outputs.tag_name }}`) documentation
You can’t perform that action at this time.
0 commit comments