We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0efcc commit 61acdbaCopy full SHA for 61acdba
.github/workflows/update-bpmn-visualization-version.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
sed -i -E 's/version: ".*"/version: "${{ env.VERSION }}"/' inst/htmlwidgets/bpmnVisualizationR.yaml
34
- name: Create Pull Request
35
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
36
with:
37
token: ${{ secrets.GH_RELEASE_TOKEN }}
38
commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"
0 commit comments