Skip to content

Commit 40aed74

Browse files
chore(gha): bump mikefarah/yq from 4.42.1 to 4 (#277)
Use the generic v4 tag to limit the maintenance.
1 parent 433357e commit 40aed74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-bpmn-visualization-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Get the old version of bpmn-visualization
1919
id: lookupOldBPMNVisuVersion
20-
uses: mikefarah/yq@v4.42.1
20+
uses: mikefarah/yq@v4
2121
with:
2222
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualizationR.yaml
2323
- run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)