Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 9ff437f commit 77042db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v6
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
4 changes: 2 additions & 2 deletions .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@v6
uses: peter-evans/create-pull-request@v7
with:
base: "main"
labels: merge when passing
Expand All @@ -48,7 +48,7 @@ jobs:
cp -f *.png docs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.6
with:
commit-message: Synced README changes to docs
committer: github-actions[bot] <github-actions[bot]@users.noreply@github.com>
Expand Down

0 comments on commit 77042db

Please sign in to comment.