Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 6e7578a commit fe84b36
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/[email protected]

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
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@v5
uses: peter-evans/create-pull-request@v6
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@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
with:
commit-message: Synced README changes to docs
committer: github-actions[bot] <github-actions[bot]@[email protected]>
Expand Down

0 comments on commit fe84b36

Please sign in to comment.