Skip to content

Commit

Permalink
chore(gha): bump peter-evans/create-pull-request from 6 to 7 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 4ac7272 commit 624c7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 624c7ed

Please sign in to comment.