Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jackton1 committed Jan 23, 2025
1 parent 830e0f3 commit f327a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: tj-actions/github-changelog-generator@v1.20

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
base: "main"
title: "Upgraded ${{ steps.semver-diff.outputs.old_version }} → ${{ steps.semver-diff.outputs.new_version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Pull Request
if: failure()
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
base: "main"
title: "Updated README.md"
Expand Down

0 comments on commit f327a7d

Please # to comment.