From c82d85d5f7cf4c1173d382330bc34bbb46d0c4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:14:30 +0000 Subject: [PATCH] chore(gha): bump mikefarah/yq from 4.35.1 to 4.35.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.35.1...v4.35.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-bpmn-visualization-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-bpmn-visualization-version.yml b/.github/workflows/update-bpmn-visualization-version.yml index c5f0717..0b3a3a3 100644 --- a/.github/workflows/update-bpmn-visualization-version.yml +++ b/.github/workflows/update-bpmn-visualization-version.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Get the old version of bpmn-visualization id: lookupOldBPMNVisuVersion - uses: mikefarah/yq@v4.35.1 + uses: mikefarah/yq@v4.35.2 with: cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualizationR.yaml - run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV