Skip to content

Commit 90cfc26

Browse files
chore(gha): bump peter-evans/create-pull-request from 7 to 8 (#434)
1 parent e552b86 commit 90cfc26

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@v7
50+
uses: peter-evans/create-pull-request@v8
5151
with:
5252
token: ${{ secrets.GH_RELEASE_TOKEN }}
5353
commit-message: "chore(deps): 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@v7
40+
uses: peter-evans/create-pull-request@v8
4141
with:
4242
token: ${{ secrets.GH_RELEASE_TOKEN }}
4343
commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"

0 commit comments

Comments
 (0)