Skip to content

Commit

Permalink
chore(gha): bump peter-evans/create-pull-request from 6.0.1 to 6 (#276)
Browse files Browse the repository at this point in the history
Use the generic v6 tag to simplify maintenance (less updates).
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 4b97463 commit 433357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-bpmn-visualization-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
uses: peter-evans/create-pull-request@v6
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 433357e

Please sign in to comment.