Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/release-drafter/…
Browse files Browse the repository at this point in the history
…release-drafter-6.0.0
  • Loading branch information
tbouffard authored Feb 5, 2024
2 parents 52b1d24 + 71f1bcd commit 719ec66
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@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
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@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
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 719ec66

Please sign in to comment.