From 03cbf8ecaedea535327c898790e9e34851ce5693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:39:58 +0200 Subject: [PATCH] chore(gha): bump peter-evans/create-pull-request from 6 to 7 (#600) --- .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 1d0b4e27..895fa1f0 100644 --- a/.github/workflows/update_bpmn_visualization_version.yml +++ b/.github/workflows/update_bpmn_visualization_version.yml @@ -66,7 +66,7 @@ jobs: name: ${{ env.ARTIFACT_NAME }} path: demo/load-and-navigation - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GH_RELEASE_TOKEN }} commit-message: "chore(deps): bump bpmn-visualization to ${{ env.VERSION }}"