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 0e71f37..e8738f7 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@v6.0.1 + uses: peter-evans/create-pull-request@v6.0.2 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 5653ef4..9defece 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@v6.0.1 + uses: peter-evans/create-pull-request@v6.0.2 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"