Skip to content

Commit 609cf13

Browse files
[INFRA] gha - Bump peter-evans/create-pull-request from 4.0.2 to 4.0.3 (#85)
1 parent 2feebd1 commit 609cf13

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/[email protected].2
50+
uses: peter-evans/[email protected].3
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/[email protected].2
40+
uses: peter-evans/[email protected].3
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)