Skip to content

Commit

Permalink
Merge pull request #186 from tkrs/dependabot/github_actions/peter-eva…
Browse files Browse the repository at this point in the history
…ns/create-pull-request-6

build(deps): bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
tkrs committed Feb 19, 2024
2 parents 0926a9f + 2952f75 commit 8c68c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: cargo release ${{ steps.release_context.outputs.version }} --execute --no-confirm --no-tag --no-push --no-publish
- run: git reset --soft HEAD^
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: "Release ${{ steps.release_context.outputs.tag_name }}"
body-path: RELEASE_BODY.md
Expand Down

0 comments on commit 8c68c96

Please sign in to comment.