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 9922a45 commit 280d7b5Copy full SHA for 280d7b5
.github/workflows/update-bpmn-visualization-version.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Get the old version of bpmn-visualization
19
id: lookupOldBPMNVisuVersion
20
- uses: mikefarah/yq@v4.30.5
+ uses: mikefarah/yq@v4.30.6
21
with:
22
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualizationR.yaml
23
- run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV
0 commit comments