Skip to content

Commit db5cade

Browse files
authored
https://github.com/hazelcast/hazelcast-cpp-client/pull/1372#discussion_r2541478232
1 parent 20a2b50 commit db5cade

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/update-project-version/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ runs:
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 }}`

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
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

0 commit comments

Comments
 (0)