From 05981db7bd1ea772fddd18736c4c819a15fc2a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:05:30 +0000 Subject: [PATCH] chore(gha): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#275) --- .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 fd1f81a..bd18900 100644 --- a/.github/workflows/update-bpmn-visualization-version.yml +++ b/.github/workflows/update-bpmn-visualization-version.yml @@ -32,7 +32,7 @@ jobs: run: | sed -i -E 's/version: ".*"/version: "${{ env.VERSION }}"/' inst/htmlwidgets/bpmnVisualizationR.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.0 + uses: peter-evans/create-pull-request@v6.0.1 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"