Skip to content

Commit 4d312cd

Browse files
[INFRA] gha - Bump peter-evans/create-pull-request from 4.0.4 to 4.1.1 (#120)
1 parent 1f7aa3f commit 4d312cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ls -R
4848
working-directory: path/to/artifact
4949
- name: Create Pull Request
50-
uses: peter-evans/create-pull-request@v4.0.4
50+
uses: peter-evans/create-pull-request@v4.1.1
5151
with:
5252
token: ${{ secrets.GH_RELEASE_TOKEN }}
5353
commit-message: "[INFRA] Update BPMN Visualization version to ${{ env.VERSION }}"

.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ls -R
3838
working-directory: inst/htmlwidgets
3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v4.0.4
40+
uses: peter-evans/create-pull-request@v4.1.1
4141
with:
4242
token: ${{ secrets.GH_RELEASE_TOKEN }}
4343
commit-message: "[INFRA] Bump BPMN Visualization version from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"

0 commit comments

Comments
 (0)