diff --git a/.github/workflows/update-bpmn-visualization-version.yml b/.github/workflows/update-bpmn-visualization-version.yml index fd1f81a..bd18900 100644 --- a/.github/workflows/update-bpmn-visualization-version.yml +++ b/.github/workflows/update-bpmn-visualization-version.yml @@ -32,7 +32,7 @@ jobs: run: | sed -i -E 's/version: ".*"/version: "${{ env.VERSION }}"/' inst/htmlwidgets/bpmnVisualizationR.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.0 + uses: peter-evans/create-pull-request@v6.0.1 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"