Skip to content

Commit aa8696e

Browse files
[INFRA] gha - Bump mikefarah/yq from 4.30.5 to 4.30.6
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.30.5 to 4.30.6. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.30.5...v4.30.6) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f23bf01 commit aa8696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
1818
- name: Get old bpmn-visualization version
1919
id: lookupOldBPMNVisuVersion
20-
uses: mikefarah/yq@v4.30.5
20+
uses: mikefarah/yq@v4.30.6
2121
with:
2222
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualization.yaml
2323
- run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)