Skip to content

Commit

Permalink
chore(gha): bump mikefarah/yq from 4.34.2 to 4.35.1 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent f2dad5b commit 0f8db28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get the old version of bpmn-visualization
id: lookupOldBPMNVisuVersion
uses: mikefarah/yq@v4.34.2
uses: mikefarah/yq@v4.35.1
with:
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualizationR.yaml
- run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 0f8db28

Please sign in to comment.