From 624c7ed7777a26e42f2b6615180e94717d40c741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:17:13 +0000 Subject: [PATCH] chore(gha): bump peter-evans/create-pull-request from 6 to 7 (#378) --- ...lease-update_bpmn_visualization_version_in_Examples_repo.yml | 2 +- ...post-release-update_bpmn_visualization_version_in_R_repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml index 9df9ec1..540af36 100644 --- a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml +++ b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml @@ -47,7 +47,7 @@ jobs: run: ls -R working-directory: path/to/artifact - 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): update bpmn-visualization version to ${{ env.VERSION }}" diff --git a/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml b/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml index 0eb6008..c972378 100644 --- a/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml +++ b/.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml @@ -37,7 +37,7 @@ jobs: run: ls -R working-directory: inst/htmlwidgets - 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 from ${{ env.OLD_VERSION }} to ${{ env.VERSION }}"