diff --git a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml index 75bb260..160a85b 100644 --- a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml +++ b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml @@ -47,7 +47,7 @@ jobs: run: ls -R working-directory: path/to/artifact - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): update bpmn-visualization version to ${{ env.VERSION }}" diff --git a/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml b/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml index 2b0c982..277e113 100644 --- a/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml +++ b/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml @@ -37,7 +37,7 @@ jobs: run: ls -R working-directory: inst/htmlwidgets - name: Create Pull Request - uses: peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"